Home
last modified time | relevance | path

Searched refs:xmlValidateOneElement (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h358 xmlValidateOneElement (xmlValidCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dvalid.h358 xmlValidateOneElement (xmlValidCtxtPtr ctxt,
/external/libxml2/
DSAX2.c1812 ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, in xmlSAX2EndElement()
2459 ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, cur); in xmlSAX2EndElementNs()
Dvalid.c5941 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateOneElement() function
6396 ret &= xmlValidateOneElement(ctxt, doc, elem); in xmlValidateElement()
7021 if (xmlValidateOneElement(&vctxt, parent->doc, parent)) { in xmlValidGetValidElements()
Delfgcchack.h15488 #undef xmlValidateOneElement
15489 extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneEle…
15491 #ifndef xmlValidateOneElement
15492 extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibili…
15493 #define xmlValidateOneElement xmlValidateOneElement__internal_alias macro
/external/chromium_org/third_party/libxml/src/
DSAX2.c1783 ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, in xmlSAX2EndElement()
2371 ctxt->valid &= xmlValidateOneElement(&ctxt->vctxt, ctxt->myDoc, cur); in xmlSAX2EndElementNs()
Dvalid.c5940 xmlValidateOneElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateOneElement() function
6394 ret &= xmlValidateOneElement(ctxt, doc, elem); in xmlValidateElement()
7012 if (xmlValidateOneElement(&vctxt, parent->doc, parent)) { in xmlValidGetValidElements()
Delfgcchack.h15314 #undef xmlValidateOneElement
15315 extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneEle…
15317 #ifndef xmlValidateOneElement
15318 extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibili…
15319 #define xmlValidateOneElement xmlValidateOneElement__internal_alias macro
Dtestapi.c26761 ret_val = xmlValidateOneElement(ctxt, doc, elem); in test_xmlValidateOneElement()
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2602 xmlValidateOneElement