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.h193 typedef xmlNotation *xmlNotationPtr; typedef
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle122 d like(xmlNotationPtr)
132 d like(xmlNotationPtr)
144 d nota value like(xmlNotationPtr)
416 d nota value like(xmlNotationPtr)
516 d like(xmlNotationPtr)
Dtree.rpgle204 d xmlNotationPtr s * based(######typedef######)
206 d xmlNotation ds based(xmlNotationPtr)
/external/libxml2/
Dvalid.c2340 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()
2364 xmlNotationPtr
2368 xmlNotationPtr ret; in xmlAddNotationDecl()
2398 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2432 xmlFreeNotation((xmlNotationPtr) nota); in xmlFreeNotationTableEntry()
2457 xmlNotationPtr nota = (xmlNotationPtr) payload; in xmlCopyNotation()
2458 xmlNotationPtr cur; in xmlCopyNotation()
2460 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
2503 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()
2532 xmlDumpNotationDecl((xmlBufferPtr) buf, (xmlNotationPtr) nota); in xmlDumpNotationDeclScan()
[all …]
DSAX2.c852 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()
Dtestapi.c25416 static xmlNotationPtr gen_xmlNotationPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNotationPtr()
25419 static void des_xmlNotationPtr(int no ATTRIBUTE_UNUSED, xmlNotationPtr val ATTRIBUTE_UNUSED, int nr… in des_xmlNotationPtr()
25430 xmlNotationPtr nota; /* A notation declaration */ in test_xmlDumpNotationDecl()
26929 xmlNotationPtr nota; /* a notation definition */ in test_xmlValidateNotationDecl()
/external/libxml2/doc/html/
Dindex.sgml491 <ANCHOR id="xmlNotationPtr" href="libxml/libxml-tree.html#xmlNotationPtr">