Searched refs:xmlIDTablePtr (Results 1 – 6 of 6) sorted by relevance
142 typedef xmlIDTable *xmlIDTablePtr; typedef273 xmlFreeIDTable (xmlIDTablePtr table);
111 d xmlIDTablePtr s * based(######typedef######)308 d table value like(xmlIDTablePtr)
2605 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()
255 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()
1234 if (cur->ids != NULL) xmlFreeIDTable((xmlIDTablePtr) cur->ids); in xmlFreeDoc()
461 <ANCHOR id="xmlIDTablePtr" href="libxml/libxml-valid.html#xmlIDTablePtr">