Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dvalid.h318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dvalid.h318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2591 xmlValidateElementDecl
/external/libxml2/
Delfgcchack.h15356 #undef xmlValidateElementDecl
15357 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElem…
15359 #ifndef xmlValidateElementDecl
15360 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibi…
15361 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias macro
DSAX2.c833 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
Dvalid.c4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h15182 #undef xmlValidateElementDecl
15183 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElem…
15185 #ifndef xmlValidateElementDecl
15186 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibi…
15187 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias macro
DSAX2.c803 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
Dvalid.c4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function
Dtestapi.c26419 ret_val = xmlValidateElementDecl(ctxt, doc, elem); in test_xmlValidateElementDecl()