Searched refs:xmlValidateElement (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dvalid.h354 xmlValidateElement (xmlValidCtxtPtr ctxt,
/external/libxml2/
H A Dvalid.c6357 * xmlValidateElement:
6368 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) { function
6417 ret &= xmlValidateElement(ctxt, doc, child);
6637 ret = xmlValidateElement(ctxt, doc, root);
6854 ret &= xmlValidateElement(ctxt, doc, root);
H A Delfgcchack.h15170 #undef xmlValidateElement macro
15171 extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
15173 #ifndef xmlValidateElement
15174 extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
15175 #define xmlValidateElement xmlValidateElement__internal_alias macro
H A Dparser.c12884 * ID/IDREF registration will be done in xmlValidateElement below
12925 oldctxt->valid &= xmlValidateElement(&oldctxt->vctxt,
13120 * ID/IDREF registration will be done in xmlValidateElement below

Completed in 313 milliseconds