Home
last modified time | relevance | path

Searched refs:inputNr (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/
Derror.c284 (ctxt->inputNr > 1)) { in xmlReportError()
286 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlReportError()
511 (ctxt->inputNr > 1)) { in __xmlRaiseError()
512 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()
691 (ctxt->inputNr > 1)) { in xmlParserError()
693 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()
734 (ctxt->inputNr > 1)) { in xmlParserWarning()
736 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()
784 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlParserValidityError()
785 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()
[all …]
DparserInternals.c1063 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1627 ctxt->inputNr = 0; in xmlInitParserCtxt()
1635 ctxt->inputNr = 0; in xmlInitParserCtxt()
1659 ctxt->inputNr = 0; in xmlInitParserCtxt()
1677 ctxt->inputNr = 0; in xmlInitParserCtxt()
1698 ctxt->inputNr = 0; in xmlInitParserCtxt()
Dxmllint.c638 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLError()
639 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()
675 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLWarning()
676 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()
713 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityError()
714 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()
750 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityWarning()
751 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
Dparser.c189 for (i = 0;i < ctxt->inputNr;i++) { in xmlParserEntityCheck()
1756 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1770 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1772 return (ctxt->inputNr++); in inputPush()
1789 if (ctxt->inputNr <= 0) in inputPop()
1791 ctxt->inputNr--; in inputPop()
1792 if (ctxt->inputNr > 0) in inputPop()
1793 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1796 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1797 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
[all …]
Dtestrecurse.c434 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
436 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
DSAX2.c433 oldinputNr = ctxt->inputNr; in xmlSAX2ExternalSubset()
445 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
452 ctxt->inputNr = 0; in xmlSAX2ExternalSubset()
482 while (ctxt->inputNr > 1) in xmlSAX2ExternalSubset()
491 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
1041 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) && in xmlSAX2EndDocument()
Dtestlimits.c526 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
528 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
DHTMLparser.c5043 ctxt->inputNr = 0; in htmlInitParserCtxt()
5048 ctxt->inputNr = 0; in htmlInitParserCtxt()
5063 ctxt->inputNr = 0; in htmlInitParserCtxt()
5082 ctxt->inputNr = 0; in htmlInitParserCtxt()
6736 ctxt->inputNr = 0; in htmlCtxtReset()
Dxmlreader.c4858 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4859 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4895 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4896 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
Druntest.c393 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
395 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
/external/libxml2/include/libxml/
Dparser.h202 int inputNr; /* Number of current input streams */ member
/external/ImageMagick/coders/
Dsvg.c3433 parser->inputNr=parser_context.inputNr; in SVGExternalSubset()
3438 parser->inputNr=0; in SVGExternalSubset()
3451 while (parser->inputNr > 1) in SVGExternalSubset()
3456 parser->inputNr=parser_context.inputNr; in SVGExternalSubset()
Dmsl.c7711 parser->inputNr=parser_context.inputNr; in MSLExternalSubset()
7716 parser->inputNr=0; in MSLExternalSubset()
7729 while (parser->inputNr > 1) in MSLExternalSubset()
7734 parser->inputNr=parser_context.inputNr; in MSLExternalSubset()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle215 d inputNr like(xmlCint) # current in streams