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.c552 XML_AttrInfo *m_attInfo;
802 attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo)); in parserCreate()
1300 const XML_AttrInfo * XMLCALL
2782 XML_AttrInfo *temp2; in storeAtts()
2790 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); in storeAtts()
2803 XML_AttrInfo *currAttInfo = &attInfo[i]; in storeAtts()