Home
last modified time | relevance | path

Searched refs:xmlValidateElement (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h354 xmlValidateElement (xmlValidCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle436 d xmlValidateElement...
437 d pr extproc('xmlValidateElement')
/external/libxml2/
Dlibxml2.syms682 xmlValidateElement;
Dvalid.c6370 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) { in xmlValidateElement() function
6420 ret &= xmlValidateElement(ctxt, doc, child); in xmlValidateElement()
6640 ret = xmlValidateElement(ctxt, doc, root); in xmlValidateDtd()
6857 ret &= xmlValidateElement(ctxt, doc, root); in xmlValidateDocument()
Delfgcchack.h15344 #undef xmlValidateElement
15345 extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__int…
15347 #ifndef xmlValidateElement
15348 extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hi…
15349 #define xmlValidateElement xmlValidateElement__internal_alias macro
Dparser.c13731 oldctxt->valid &= xmlValidateElement(&oldctxt->vctxt, in xmlParseBalancedChunkMemoryInternal()
Dtestapi.c26567 ret_val = xmlValidateElement(ctxt, doc, elem); in test_xmlValidateElement()
DChangeLog7961 * valid.c: xmlValidateElement could crash for element holding a
/external/libxml2/win32/
Dlibxml2.def.src2610 xmlValidateElement