Lines Matching refs:xmlNotationPtr
2340 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()
3356 xmlNotationPtr
3383 xmlNotationPtr notaDecl; in xmlValidateNotationUse()
3771 xmlNotationPtr nota ATTRIBUTE_UNUSED) { in xmlValidateNotationDecl()
3942 xmlNotationPtr nota; in xmlValidateAttributeValue2()
4473 xmlNotationPtr nota; in xmlValidateOneAttribute()
4677 xmlNotationPtr nota; in xmlValidateOneNamespace()