xmlValidateOneElement 1783 third_party/libxml/src/SAX2.c         ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc,
xmlValidateOneElement 2371 third_party/libxml/src/SAX2.c         ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, cur);
xmlValidateOneElement 15314 third_party/libxml/src/elfgcchack.h #undef xmlValidateOneElement
xmlValidateOneElement 15315 third_party/libxml/src/elfgcchack.h extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
xmlValidateOneElement 15317 third_party/libxml/src/elfgcchack.h #ifndef xmlValidateOneElement
xmlValidateOneElement 15318 third_party/libxml/src/elfgcchack.h extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
xmlValidateOneElement 15319 third_party/libxml/src/elfgcchack.h #define xmlValidateOneElement xmlValidateOneElement__internal_alias
xmlValidateOneElement  358 third_party/libxml/src/include/libxml/valid.h 		xmlValidateOneElement	(xmlValidCtxtPtr ctxt,
xmlValidateOneElement 26761 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneElement(ctxt, doc, elem);
xmlValidateOneElement 6394 third_party/libxml/src/valid.c     ret &= xmlValidateOneElement(ctxt, doc, elem);
xmlValidateOneElement 7012 third_party/libxml/src/valid.c 	if (xmlValidateOneElement(&vctxt, parent->doc, parent)) {