Searched refs:xmlAttributeTablePtr (Results 1 – 6 of 6) sorted by relevance
134 typedef xmlAttributeTable *xmlAttributeTablePtr; typedef252 XMLPUBFUN xmlAttributeTablePtr XMLCALL253 xmlCopyAttributeTable (xmlAttributeTablePtr table);256 xmlFreeAttributeTable (xmlAttributeTablePtr table);260 xmlAttributeTablePtr table);
105 d xmlAttributeTablePtr...278 d like(xmlAttributeTablePtr)279 d table value like(xmlAttributeTablePtr)284 d table value like(xmlAttributeTablePtr)290 d table value like(xmlAttributeTablePtr)
1944 xmlAttributeTablePtr table; in xmlAddAttributeDecl()2023 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()2164 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()2211 xmlAttributeTablePtr2212 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()2213 return((xmlAttributeTablePtr) xmlHashCopy(table, xmlCopyAttribute)); in xmlCopyAttributeTable()2321 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()3299 xmlAttributeTablePtr table; in xmlGetDtdAttrDesc()3306 table = (xmlAttributeTablePtr) dtd->attributes; in xmlGetDtdAttrDesc()3337 xmlAttributeTablePtr table; in xmlGetDtdQAttrDesc()[all …]
1144 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()4457 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()
25104 static xmlAttributeTablePtr gen_xmlAttributeTablePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUS… in gen_xmlAttributeTablePtr()25107 static void des_xmlAttributeTablePtr(int no ATTRIBUTE_UNUSED, xmlAttributeTablePtr val ATTRIBUTE_UN… in des_xmlAttributeTablePtr()25299 xmlAttributeTablePtr table; /* An attribute table */ in test_xmlDumpAttributeTable()
460 <ANCHOR id="xmlAttributeTablePtr" href="libxml/libxml-valid.html#xmlAttributeTablePtr">