Home
last modified time | relevance | path

Searched refs:xmlNotationPtr (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h153 XMLPUBFUN xmlNotationPtr XMLCALL
168 xmlNotationPtr nota);
342 xmlNotationPtr nota);
398 XMLPUBFUN xmlNotationPtr XMLCALL
Dtree.h192 typedef xmlNotation *xmlNotationPtr; typedef
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle121 d like(xmlNotationPtr)
131 d like(xmlNotationPtr)
143 d nota value like(xmlNotationPtr)
406 d nota value like(xmlNotationPtr)
496 d like(xmlNotationPtr)
Dtree.rpgle199 d xmlNotationPtr s * based(######typedef######)
201 d xmlNotation ds based(xmlNotationPtr)
/external/libxml2/
Dvalid.c2322 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()
2346 xmlNotationPtr
2350 xmlNotationPtr ret; in xmlAddNotationDecl()
2380 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2432 static xmlNotationPtr
2433 xmlCopyNotation(xmlNotationPtr nota) { in xmlCopyNotation()
2434 xmlNotationPtr cur; in xmlCopyNotation()
2436 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
2480 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()
2507 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) { in xmlDumpNotationDeclScan()
[all …]
DSAX2.c851 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()
Dtestapi.c25275 static xmlNotationPtr gen_xmlNotationPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNotationPtr()
25278 static void des_xmlNotationPtr(int no ATTRIBUTE_UNUSED, xmlNotationPtr val ATTRIBUTE_UNUSED, int nr… in des_xmlNotationPtr()
25289 xmlNotationPtr nota; /* A notation declaration */ in test_xmlDumpNotationDecl()
26788 xmlNotationPtr nota; /* a notation definition */ in test_xmlValidateNotationDecl()
/external/libxml2/doc/html/
Dindex.sgml491 <ANCHOR id="xmlNotationPtr" href="libxml/libxml-tree.html#xmlNotationPtr">