Searched refs:xmlAttributeTablePtr (Results 1 – 3 of 3) sorted by relevance
134 typedef xmlAttributeTable *xmlAttributeTablePtr; typedef252 XMLPUBFUN xmlAttributeTablePtr XMLCALL 253 xmlCopyAttributeTable (xmlAttributeTablePtr table);256 xmlFreeAttributeTable (xmlAttributeTablePtr table);260 xmlAttributeTablePtr table);
1859 xmlAttributeTablePtr table; in xmlScanAttributeDecl()1867 table = (xmlAttributeTablePtr) dtd->attributes; in xmlScanAttributeDecl()1975 xmlAttributeTablePtr table; in xmlAddAttributeDecl()2052 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()2186 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()2232 xmlAttributeTablePtr2233 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()2234 return((xmlAttributeTablePtr) xmlHashCopy(table, in xmlCopyAttributeTable()2342 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()3308 xmlAttributeTablePtr table; in xmlGetDtdAttrDesc()[all …]
1109 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()4107 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()