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.c1859 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 xmlAttributeTablePtr
2233 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 …]
Dtree.c1109 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()
4107 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()