Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h142 typedef xmlIDTable *xmlIDTablePtr; typedef
273 xmlFreeIDTable (xmlIDTablePtr table);
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle111 d xmlIDTablePtr s * based(######typedef######)
308 d table value like(xmlIDTablePtr)
/external/libxml2/
Dvalid.c2605 xmlIDTablePtr table; in xmlAddID()
2620 table = (xmlIDTablePtr) doc->ids; in xmlAddID()
2686 xmlFreeIDTable(xmlIDTablePtr table) { in xmlFreeIDTable()
2766 xmlIDTablePtr table; in xmlRemoveID()
2773 table = (xmlIDTablePtr) doc->ids; in xmlRemoveID()
2804 xmlIDTablePtr table; in xmlGetID()
2815 table = (xmlIDTablePtr) doc->ids; in xmlGetID()
Dxmlreader.c255 xmlIDTablePtr table; in xmlTextReaderRemoveID()
261 table = (xmlIDTablePtr) doc->ids; in xmlTextReaderRemoveID()
506 xmlTextReaderFreeIDTable(xmlIDTablePtr table) { in xmlTextReaderFreeIDTable()
529 if (cur->ids != NULL) xmlTextReaderFreeIDTable((xmlIDTablePtr) cur->ids); in xmlTextReaderFreeDoc()
Dtree.c1234 if (cur->ids != NULL) xmlFreeIDTable((xmlIDTablePtr) cur->ids); in xmlFreeDoc()
/external/libxml2/doc/html/
Dindex.sgml461 <ANCHOR id="xmlIDTablePtr" href="libxml/libxml-valid.html#xmlIDTablePtr">