Home
last modified time | relevance | path

Searched refs:xmlAttributeTablePtr (Results 1 – 6 of 6) 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/os400/libxmlrpg/
Dvalid.rpgle104 d xmlAttributeTablePtr...
277 d like(xmlAttributeTablePtr)
278 d table value like(xmlAttributeTablePtr)
283 d table value like(xmlAttributeTablePtr)
289 d table value like(xmlAttributeTablePtr)
/external/libxml2/
Dvalid.c1932 xmlAttributeTablePtr table; in xmlAddAttributeDecl()
2011 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()
2147 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
2193 xmlAttributeTablePtr
2194 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 …]
Dtree.c1138 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()
4427 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()
Dtestapi.c24963 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()
/external/libxml2/doc/html/
Dindex.sgml460 <ANCHOR id="xmlAttributeTablePtr" href="libxml/libxml-valid.html#xmlAttributeTablePtr">