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

/external/libxml2/include/libxml/
H A Dvalid.h344 xmlValidateDtd (xmlValidCtxtPtr ctxt,
/external/libxml2/
H A DdebugXML.c2656 res = xmlValidateDtd(&vctxt, ctxt->doc, subset);
H A Dxmllint.c2759 if (!xmlValidateDtd(cvp, doc, dtd)) {
H A Delfgcchack.h15146 #undef xmlValidateDtd macro
15147 extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
15149 #ifndef xmlValidateDtd
15150 extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
15151 #define xmlValidateDtd xmlValidateDtd__internal_alias macro
H A Dvalid.c6595 * xmlValidateDtd:
6611 xmlValidateDtd(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlDtdPtr dtd) { function

Completed in 470 milliseconds