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

/forgerock/web-agents-v4/expat/
H A Dexpat.h756 } XML_AttrInfo; typedef in typeref:struct:__anon27
758 /* Returns an array of XML_AttrInfo structures for the attribute/value pairs
764 XMLPARSEAPI(const XML_AttrInfo *)
H A Dxmlparse.c544 XML_AttrInfo *m_attInfo;
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo));
1265 const XML_AttrInfo * XMLCALL
2736 XML_AttrInfo *temp2;
2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));
2757 XML_AttrInfo *currAttInfo = &attInfo[i];

Completed in 615 milliseconds