Lines Matching refs:xmlNotationPtr
2370 xmlFreeNotation(xmlNotationPtr nota) { in xmlFreeNotation()
2394 xmlNotationPtr
2398 xmlNotationPtr ret; in xmlAddNotationDecl()
2428 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2480 static xmlNotationPtr
2481 xmlCopyNotation(xmlNotationPtr nota) { in xmlCopyNotation()
2482 xmlNotationPtr cur; in xmlCopyNotation()
2484 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()
2528 xmlDumpNotationDecl(xmlBufferPtr buf, xmlNotationPtr nota) { in xmlDumpNotationDecl()
2555 xmlDumpNotationDeclScan(xmlNotationPtr nota, xmlBufferPtr buf) { in xmlDumpNotationDeclScan()
3374 xmlNotationPtr
3401 xmlNotationPtr notaDecl; in xmlValidateNotationUse()
3788 xmlNotationPtr nota ATTRIBUTE_UNUSED) { in xmlValidateNotationDecl()
3959 xmlNotationPtr nota; in xmlValidateAttributeValue2()
4491 xmlNotationPtr nota; in xmlValidateOneAttribute()
4688 xmlNotationPtr nota; in xmlValidateOneNamespace()