Home
last modified time | relevance | path

Searched refs:xmlElementTablePtr (Results 1 – 7 of 7) sorted by relevance

/third_party/libxml2/include/libxml/
Dvalid.h126 typedef xmlElementTable *xmlElementTablePtr; typedef
216 XMLPUBFUN xmlElementTablePtr XMLCALL
217 xmlCopyElementTable (xmlElementTablePtr table);
220 xmlFreeElementTable (xmlElementTablePtr table);
224 xmlElementTablePtr table);
/third_party/libxml2/os400/libxmlrpg/
Dvalid.rpgle99 d xmlElementTablePtr...
222 d like(xmlElementTablePtr)
223 d table value like(xmlElementTablePtr)
228 d table value like(xmlElementTablePtr)
234 d table value like(xmlElementTablePtr)
/third_party/libxml2/
Dvalid.c1464 xmlElementTablePtr table; in xmlAddElementDecl()
1525 table = (xmlElementTablePtr) dtd->elements; in xmlAddElementDecl()
1684 xmlFreeElementTable(xmlElementTablePtr table) { in xmlFreeElementTable()
1732 xmlElementTablePtr
1733 xmlCopyElementTable(xmlElementTablePtr table) { in xmlCopyElementTable()
1734 return((xmlElementTablePtr) xmlHashCopy(table, xmlCopyElement)); in xmlCopyElementTable()
1821 xmlDumpElementTable(xmlBufferPtr buf, xmlElementTablePtr table) { in xmlDumpElementTable()
3268 xmlElementTablePtr table; in xmlGetDtdElementDesc()
3275 table = (xmlElementTablePtr) dtd->elements; in xmlGetDtdElementDesc()
3298 xmlElementTablePtr table; in xmlGetDtdElementDesc2()
[all …]
Dtree.c1142 xmlFreeElementTable((xmlElementTablePtr) cur->elements); in xmlFreeDtd()
4510 (xmlElementTablePtr) dtd->elements); in xmlCopyDtd()
Dtestapi.c25338 static xmlElementTablePtr gen_xmlElementTablePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlElementTablePtr()
25341 static void des_xmlElementTablePtr(int no ATTRIBUTE_UNUSED, xmlElementTablePtr val ATTRIBUTE_UNUSED… in des_xmlElementTablePtr()
25352 xmlElementTablePtr table; /* An element table */ in test_xmlDumpElementTable()
/third_party/libxml2/doc/html/
Dindex.sgml459 <ANCHOR id="xmlElementTablePtr" href="libxml/libxml-valid.html#xmlElementTablePtr">
/third_party/chromium/patch/
D0001-cve.patch131289 -static xmlElementTablePtr gen_xmlElementTablePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED)…
131292 -static void des_xmlElementTablePtr(int no ATTRIBUTE_UNUSED, xmlElementTablePtr val ATTRIBUTE_UNUSE…