Searched refs:xmlValidateElementDecl (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h318 xmlValidateElementDecl (xmlValidCtxtPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c797 xmlValidateElementDecl(&ctxt->vctxt, ctxt->myDoc, elem);
H A Delfgcchack.h15078 #undef xmlValidateElementDecl macro
15079 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
15081 #ifndef xmlValidateElementDecl
15082 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
15083 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias macro
H A Dvalid.c4138 * xmlValidateElementDecl:
4154 xmlValidateElementDecl(xmlValidCtxtPtr ctxt, xmlDocPtr doc, function
H A Dtestapi.c26166 ret_val = xmlValidateElementDecl(ctxt, doc, elem);
26174 printf("Leak of %d blocks found in xmlValidateElementDecl",
[all...]

Completed in 1321 milliseconds