Searched refs:pAttr (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/mcpat/
H A DxmlParser.cc1382 XMLAttribute *pAttr = d->pAttribute + nc; local
1383 pAttr->lpszName = lpszName;
1384 pAttr->lpszValue = lpszValuev;
1386 return pAttr;
2137 XMLAttribute *pAttr = pEntry->pAttribute; local
2140 cb = (int)LENSTR(pAttr->lpszName);
2142 if (lpszMarker) xstrcpy(&lpszMarker[nResult], pAttr->lpszName);
2145 if (pAttr->lpszValue) {
2146 cb = (int)ToXMLStringTool::lengthXMLString(pAttr->lpszValue);
2152 pAttr
2878 XMLAttribute *pAttr = d->pAttribute + i; local
2892 XMLAttribute *pAttr = d->pAttribute; local
[all...]

Completed in 14 milliseconds