Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libxml/
H A DparserInternals.h439 int inputchk);
443 int inputchk);
/reactos/sdk/lib/3rdparty/libxml2/
H A Dparser.c6104 xmlParseElementMixedContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementMixedContentDecl() argument
6114 if (ctxt->input->id != inputchk) { in xmlParseElementMixedContentDecl()
6179 if (ctxt->input->id != inputchk) { in xmlParseElementMixedContentDecl()
6230 xmlParseElementChildrenContentDeclPriv(xmlParserCtxtPtr ctxt, int inputchk, in xmlParseElementChildrenContentDeclPriv() argument
6429 if (ctxt->input->id != inputchk) { in xmlParseElementChildrenContentDeclPriv()
6533 xmlParseElementChildrenContentDecl(xmlParserCtxtPtr ctxt, int inputchk) { in xmlParseElementChildrenContentDecl() argument
6535 return(xmlParseElementChildrenContentDeclPriv(ctxt, inputchk, 1)); in xmlParseElementChildrenContentDecl()