Searched refs:xmlNotationPtr (Results 1 – 8 of 8) sorted by relevance
153 XMLPUBFUN xmlNotationPtr XMLCALL168 xmlNotationPtr nota);342 xmlNotationPtr nota);398 XMLPUBFUN xmlNotationPtr XMLCALL
193 typedef xmlNotation *xmlNotationPtr; typedef
122 d like(xmlNotationPtr)132 d like(xmlNotationPtr)144 d nota value like(xmlNotationPtr)416 d nota value like(xmlNotationPtr)516 d like(xmlNotationPtr)
204 d xmlNotationPtr s * based(######typedef######)206 d xmlNotation ds based(xmlNotationPtr)
2340 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()2364 xmlNotationPtr2368 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 …]
852 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()
25416 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()
491 <ANCHOR id="xmlNotationPtr" href="libxml/libxml-tree.html#xmlNotationPtr">