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

/gem5/ext/mcpat/
H A DxmlParser.cc1264 d->pAttribute = NULL;
1379 d->pAttribute = (XMLAttribute*)myRealloc(d->pAttribute, (nc + 1),
1382 XMLAttribute *pAttr = d->pAttribute + nc;
1481 if (d->pAttribute) {
1482 d->pAttribute = (XMLAttribute*)realloc(d->pAttribute, d->nAttribute *
2137 XMLAttribute *pAttr = pEntry->pAttribute;
2405 free((void*)dd->pAttribute[i].lpszName);
2406 if (dd->pAttribute[
[all...]
H A DxmlParser.h609 XMLAttribute *pAttribute; // Array of attributes member in struct:XMLNode::XMLNodeDataTag

Completed in 24 milliseconds