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

/gem5/ext/mcpat/
H A DxmlParser.cc800 XMLSTR stringDup(XMLCSTR lpszData, int cbData) { function
1274 return XMLNode(NULL, stringDup(lpszName), isDeclaration);
1463 addClear_priv(MEMORYINCREASE, stringDup(lpXML, cbTemp),
1625 stringDup(token.pStr, cbToken),
1676 stringDup(pXML->
1811 stringDup(lpszTemp, cbTemp), NULL);
1837 stringDup(lpszTemp, cbTemp), NULL);
1899 stringDup(lpszTemp, cbTemp),
2452 XMLNode x(NULL, stringDup(d->lpszName), d->isDeclaration);
2459 p->pAttribute[n].lpszName = stringDup(
[all...]
H A DxmlParser.h464 * xNode.addText_WOSD(stringDup("foo"));
466 * xNode.updateAttribute_WOSD(stringDup("#newcolor"),NULL,"color");
649 XMLDLLENTRY XMLSTR stringDup(XMLCSTR source, int cbData=-1);
655 /// to free the string allocated inside the "stringDup" function or the "createXMLString" function.

Completed in 19 milliseconds