Searched refs:xmlValidateDocument (Results 1 – 5 of 5) sorted by relevance
351 xmlValidateDocument (xmlValidCtxtPtr ctxt,
15122 #undef xmlValidateDocument15123 extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__…15125 #ifndef xmlValidateDocument15126 extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("…15127 #define xmlValidateDocument xmlValidateDocument__internal_alias macro
2650 res = xmlValidateDocument(&vctxt, ctxt->doc); in xmlShellValidate()
2791 if (!xmlValidateDocument(cvp, doc)) { in parseAndPrintFile()
6799 xmlValidateDocument(xmlValidCtxtPtr ctxt, xmlDocPtr doc) { in xmlValidateDocument() function