Home
last modified time | relevance | path

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

/third_party/python/Modules/expat/
Dexpat.h747 } XML_AttrInfo; typedef
755 XMLPARSEAPI(const XML_AttrInfo *)
Dxmlparse.c686 XML_AttrInfo *m_attInfo;
1008 parser->m_attInfo = (XML_AttrInfo *)MALLOC( in parserCreate()
1009 parser, parser->m_attsSize * sizeof(XML_AttrInfo)); in parserCreate()
1573 const XML_AttrInfo *XMLCALL
3267 XML_AttrInfo *temp2; in storeAtts()
3278 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3279 parser->m_attsSize * sizeof(XML_AttrInfo)); in storeAtts()
3294 XML_AttrInfo *currAttInfo = &parser->m_attInfo[i]; in storeAtts()
/third_party/expat/lib/
Dexpat.h747 } XML_AttrInfo; typedef
755 XMLPARSEAPI(const XML_AttrInfo *)
Dxmlparse.c686 XML_AttrInfo *m_attInfo;
1007 parser->m_attInfo = (XML_AttrInfo *)MALLOC( in parserCreate()
1008 parser, parser->m_attsSize * sizeof(XML_AttrInfo)); in parserCreate()
1579 const XML_AttrInfo *XMLCALL
3289 XML_AttrInfo *temp2; in storeAtts()
3324 if ((unsigned)parser->m_attsSize > (size_t)(-1) / sizeof(XML_AttrInfo)) { in storeAtts()
3330 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3331 parser->m_attsSize * sizeof(XML_AttrInfo)); in storeAtts()
3346 XML_AttrInfo *currAttInfo = &parser->m_attInfo[i]; in storeAtts()
/third_party/skia/third_party/externals/expat/expat/lib/
Dexpat.h747 } XML_AttrInfo; typedef
755 XMLPARSEAPI(const XML_AttrInfo *)
Dxmlparse.c686 XML_AttrInfo *m_attInfo;
1008 parser->m_attInfo = (XML_AttrInfo *)MALLOC( in parserCreate()
1009 parser, parser->m_attsSize * sizeof(XML_AttrInfo)); in parserCreate()
1573 const XML_AttrInfo *XMLCALL
3267 XML_AttrInfo *temp2; in storeAtts()
3278 temp2 = (XML_AttrInfo *)REALLOC(parser, (void *)parser->m_attInfo, in storeAtts()
3279 parser->m_attsSize * sizeof(XML_AttrInfo)); in storeAtts()
3294 XML_AttrInfo *currAttInfo = &parser->m_attInfo[i]; in storeAtts()