Home
last modified time | relevance | path

Searched refs:xmlValidatePushElement (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h440 xmlValidatePushElement (xmlValidCtxtPtr ctxt,
/external/libxml2/
Dxmlreader.c921 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, in xmlTextReaderValidatePush()
930 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, in xmlTextReaderValidatePush()
Delfgcchack.h15362 #undef xmlValidatePushElement
15363 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePush…
15365 #ifndef xmlValidatePushElement
15366 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibi…
15367 #define xmlValidatePushElement xmlValidatePushElement__internal_alias macro
Dvalid.c5712 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidatePushElement() function