Searched refs:xmlNotationPtr (Results 1 – 4 of 4) sorted by relevance
153 XMLPUBFUN xmlNotationPtr XMLCALL 168 xmlNotationPtr nota);342 xmlNotationPtr nota);398 XMLPUBFUN xmlNotationPtr XMLCALL
152 typedef xmlNotation *xmlNotationPtr; typedef
2361 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()2385 xmlNotationPtr2389 xmlNotationPtr ret; in xmlAddNotationDecl()2419 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2471 static xmlNotationPtr2472 xmlCopyNotation(xmlNotationPtr nota) { in xmlCopyNotation()2473 xmlNotationPtr cur; in xmlCopyNotation()2475 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()2519 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()2546 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) { in xmlDumpNotationDeclScan()[all …]
814 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()