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.rpgle105 d xmlAttributeTablePtr...
278 d like(xmlAttributeTablePtr)
279 d table value like(xmlAttributeTablePtr)
284 d table value like(xmlAttributeTablePtr)
290 d table value like(xmlAttributeTablePtr)
/external/libxml2/
Dvalid.c1944 xmlAttributeTablePtr table; in xmlAddAttributeDecl()
2023 table = (xmlAttributeTablePtr) dtd->attributes; in xmlAddAttributeDecl()
2164 xmlFreeAttributeTable(xmlAttributeTablePtr table) { in xmlFreeAttributeTable()
2211 xmlAttributeTablePtr
2212 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 …]
Dtree.c1144 xmlFreeAttributeTable((xmlAttributeTablePtr) cur->attributes); in xmlFreeDtd()
4457 (xmlAttributeTablePtr) dtd->attributes); in xmlCopyDtd()
Dtestapi.c25104 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()
/external/libxml2/doc/html/
Dindex.sgml460 <ANCHOR id="xmlAttributeTablePtr" href="libxml/libxml-valid.html#xmlAttributeTablePtr">