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);
104 d xmlAttributeTablePtr...277 d like(xmlAttributeTablePtr)278 d table value like(xmlAttributeTablePtr)283 d table value like(xmlAttributeTablePtr)289 d table value like(xmlAttributeTablePtr)
1932 xmlAttributeTablePtr table; in xmlAddAttributeDecl()2011 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()2147 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()2193 xmlAttributeTablePtr2194 xmlCopyAttributeTable(xmlAttributeTablePtr table) { in xmlCopyAttributeTable()2195 return((xmlAttributeTablePtr) xmlHashCopy(table, in xmlCopyAttributeTable()2303 xmlDumpAttributeTable(xmlBufferPtr buf, xmlAttributeTablePtr table) { in xmlDumpAttributeTable()3268 xmlAttributeTablePtr table; in xmlGetDtdAttrDesc()3275 table = (xmlAttributeTablePtr) dtd->attributes; in xmlGetDtdAttrDesc()3306 xmlAttributeTablePtr table; in xmlGetDtdQAttrDesc()[all …]
1138 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()4427 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()
24963 static xmlAttributeTablePtr gen_xmlAttributeTablePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUS… in gen_xmlAttributeTablePtr()24966 static void des_xmlAttributeTablePtr(int no ATTRIBUTE_UNUSED, xmlAttributeTablePtr val ATTRIBUTE_UN… in des_xmlAttributeTablePtr()25158 xmlAttributeTablePtr table; /* An attribute table */ in test_xmlDumpAttributeTable()
460 <ANCHOR id="xmlAttributeTablePtr" href="libxml/libxml-valid.html#xmlAttributeTablePtr">