Home
last modified time | relevance | path

Searched refs:inputchk (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h438 int inputchk);
442 int inputchk);
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle275 d inputchk 10i 0 value
282 d inputchk 10i 0 value
/external/libxml2/
Dparser.c6168 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl() argument
6178 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() argument
6480 if ((ctxt->validate) && (ctxt->input->id != inputchk)) { in xmlParseElementChildrenContentDeclPriv()
6584 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl() argument
6586 return(xmlParseElementChildrenContentDeclPriv(ctxt, inputchk, 1)); in xmlParseElementChildrenContentDecl()