Searched refs:xmlNotationPtr (Results 1 – 8 of 8) sorted by relevance
153 XMLPUBFUN xmlNotationPtr XMLCALL168 xmlNotationPtr nota);342 xmlNotationPtr nota);398 XMLPUBFUN xmlNotationPtr XMLCALL
192 typedef xmlNotation *xmlNotationPtr; typedef
121 d like(xmlNotationPtr)131 d like(xmlNotationPtr)143 d nota value like(xmlNotationPtr)406 d nota value like(xmlNotationPtr)496 d like(xmlNotationPtr)
199 d xmlNotationPtr s * based(######typedef######)201 d xmlNotation ds based(xmlNotationPtr)
2322 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()2346 xmlNotationPtr2350 xmlNotationPtr ret; in xmlAddNotationDecl()2380 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2432 static xmlNotationPtr2433 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 …]
851 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()
25275 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()
491 <ANCHOR id="xmlNotationPtr" href="libxml/libxml-tree.html#xmlNotationPtr">