Searched refs:xmlValidateElementDecl (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | valid.h | 318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 2591 xmlValidateElementDecl
|
/external/libxml2/ |
D | elfgcchack.h | 15356 #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
|
D | SAX2.c | 833 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
|
D | valid.c | 4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function
|
/external/chromium_org/third_party/libxml/src/ |
D | elfgcchack.h | 15182 #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
|
D | SAX2.c | 803 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem); in xmlSAX2ElementDecl()
|
D | valid.c | 4227 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidateElementDecl() function
|
D | testapi.c | 26419 ret_val = xmlValidateElementDecl(ctxt, doc, elem); in test_xmlValidateElementDecl()
|