Searched refs:inputchk (Results 1 – 3 of 3) sorted by relevance
438 int inputchk);442 int inputchk);
275 d inputchk 10i 0 value282 d inputchk 10i 0 value
6168 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl() argument6178 if ((ctxt->validate) && (ctxt->input->id != inputchk)) { in xmlParseElementMixedContentDecl()6237 if ((ctxt->validate) && (ctxt->input->id != inputchk)) { in xmlParseElementMixedContentDecl()6288 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv() argument6480 if ((ctxt->validate) && (ctxt->input->id != inputchk)) { in xmlParseElementChildrenContentDeclPriv()6584 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl() argument6586 return(xmlParseElementChildrenContentDeclPriv(ctxt, inputchk, 1)); in xmlParseElementChildrenContentDecl()