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

/external/chromium_org/third_party/expat/files/lib/
H A Dexpat.h756 } XML_AttrInfo; typedef in typeref:struct:__anon11768
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];
/external/expat/lib/
H A Dexpat.h756 } XML_AttrInfo; typedef in typeref:struct:__anon21352
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 764 milliseconds