Searched refs:xmlValidatePushElement (Results 1 – 4 of 4) sorted by relevance
440 xmlValidatePushElement (xmlValidCtxtPtr ctxt,
921 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, in xmlTextReaderValidatePush()930 reader->ctxt->valid &= xmlValidatePushElement(&reader->ctxt->vctxt, in xmlTextReaderValidatePush()
15362 #undef xmlValidatePushElement15363 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePush…15365 #ifndef xmlValidatePushElement15366 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibi…15367 #define xmlValidatePushElement xmlValidatePushElement__internal_alias macro
5712 xmlValidatePushElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc, in xmlValidatePushElement() function