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);
1931 xmlAttributeTablePtr table; in xmlAddAttributeDecl()2010 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()2146 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()2192 xmlAttributeTablePtr2193 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()2194 return((xmlAttributeTablePtr) xmlHashCopy(table, in xmlCopyAttributeTable()2302 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()3269 xmlAttributeTablePtr table; in xmlGetDtdAttrDesc()3276 table = (xmlAttributeTablePtr) dtd->attributes; in xmlGetDtdAttrDesc()3307 xmlAttributeTablePtr table; in xmlGetDtdQAttrDesc()[all …]
1126 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()4377 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()