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
154 typedef xmlNotation *xmlNotationPtr; typedef
2321 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()2345 xmlNotationPtr2349 xmlNotationPtr ret; in xmlAddNotationDecl()2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2431 static xmlNotationPtr2432 xmlCopyNotation(xmlNotationPtr nota) { in xmlCopyNotation()2433 xmlNotationPtr cur; in xmlCopyNotation()2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()2479 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()2506 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) { in xmlDumpNotationDeclScan()[all …]
821 xmlNotationPtr nota = NULL; in xmlSAX2NotationDecl()