Searched defs:inputchk (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c5223 * @inputchk: the input used for the current entity, needed for boundary checks
5240 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { argument
5250 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5306 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {
5327 * @inputchk: the input used for the current entity, needed for boundary checks
5356 xmlParseElementChildrenContentDecl (xmlParserCtxtPtr ctxt, int inputchk) { argument
5541 if ((ctxt->validate) && (ctxt->input->id != inputchk)) {

Completed in 114 milliseconds