Home
last modified time | relevance | path

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

/external/expat/lib/
Dexpat.h756 } XML_AttrInfo; typedef
764 XMLPARSEAPI(const XML_AttrInfo *)
Dxmlparse.c544 XML_AttrInfo *m_attInfo;
767 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo)); in parserCreate()
1265 const XML_AttrInfo * XMLCALL
2747 XML_AttrInfo *temp2; in storeAtts()
2755 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts()
2768 XML_AttrInfo *currAttInfo = &attInfo[i]; in storeAtts()