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/
Dvalid.c6409 xmlValidateElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr elem) { in xmlValidateElement() function
6459 ret &= xmlValidateElement(ctxt, doc, child); in xmlValidateElement()
6680 ret = xmlValidateElement(ctxt, doc, root); in xmlValidateDtd()
6899 ret &= xmlValidateElement(ctxt, doc, root); in xmlValidateDocument()
Dlibxml2.syms682 xmlValidateElement;
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.c13468 oldctxt->valid &= xmlValidateElement(&oldctxt->vctxt, in xmlParseBalancedChunkMemoryInternal()
Dtestapi.c26708 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