Home
last modified time | relevance | path

Searched refs:xmlAttributeTablePtr (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h134 typedef xmlAttributeTable *xmlAttributeTablePtr; typedef
252 XMLPUBFUN xmlAttributeTablePtr XMLCALL
253 xmlCopyAttributeTable (xmlAttributeTablePtr table);
256 xmlFreeAttributeTable (xmlAttributeTablePtr table);
260 xmlAttributeTablePtr table);
/external/libxml2/
Dvalid.c1931 xmlAttributeTablePtr table; in xmlAddAttributeDecl()
2010 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()
2146 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
2192 xmlAttributeTablePtr
2193 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 …]
Dtree.c1126 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()
4377 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()