Searched refs:xmlValidateRoot (Results 1 – 10 of 10) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | valid.h | 315 xmlValidateRoot (xmlValidCtxtPtr ctxt,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | valid.rpgle | 368 d xmlValidateRoot... 369 d pr extproc('xmlValidateRoot')
|
| /third_party/libxml2/ |
| D | libxml2.syms | 693 xmlValidateRoot;
|
| D | SAX2.c | 1758 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElement() 2416 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); in xmlSAX2StartElementNs()
|
| D | valid.c | 6409 xmlValidateRoot(xmlValidCtxtPtr ctxt, xmlDocPtr doc) { in xmlValidateRoot() function 6729 ret = xmlValidateRoot(ctxt, doc); in xmlValidateDtd() 6960 if (!xmlValidateRoot(ctxt, doc)) return(0); in xmlValidateDocument()
|
| D | elfgcchack.h | 15582 #undef xmlValidateRoot 15583 extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_ali… 15585 #ifndef xmlValidateRoot 15586 extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")… 15587 #define xmlValidateRoot xmlValidateRoot__internal_alias macro
|
| D | parser.c | 10076 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); in xmlParseElementStart() 11485 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); in xmlParseTryOrFinish()
|
| D | testapi.c | 27347 ret_val = xmlValidateRoot(ctxt, doc); in test_xmlValidateRoot()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 2630 xmlValidateRoot
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 96716 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); 96783 ctxt->valid &= xmlValidateRoot(&ctxt->vctxt, ctxt->myDoc); 116555 -#undef xmlValidateRoot 116556 -extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_al… 116558 -#ifndef xmlValidateRoot 116559 -extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden"… 116560 -#define xmlValidateRoot xmlValidateRoot__internal_alias
|