Home
last modified time | relevance | path

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

/third_party/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()
1629 ctxt->inputNr = 0; in xmlInitParserCtxt()
1637 ctxt->inputNr = 0; in xmlInitParserCtxt()
1661 ctxt->inputNr = 0; in xmlInitParserCtxt()
1679 ctxt->inputNr = 0; in xmlInitParserCtxt()
1700 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.c191 for (i = 0;i < ctxt->inputNr;i++) { in xmlParserEntityCheck()
1758 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1772 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1774 return (ctxt->inputNr++); in inputPush()
1791 if (ctxt->inputNr <= 0) in inputPop()
1793 ctxt->inputNr--; in inputPop()
1794 if (ctxt->inputNr > 0) in inputPop()
1795 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1798 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1799 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()
1042 (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.c5057 ctxt->inputNr = 0; in htmlInitParserCtxt()
5062 ctxt->inputNr = 0; in htmlInitParserCtxt()
5077 ctxt->inputNr = 0; in htmlInitParserCtxt()
5096 ctxt->inputNr = 0; in htmlInitParserCtxt()
6731 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()
/third_party/gettext/gnulib-local/lib/libxml/
Derror.c313 (ctxt->inputNr > 1)) { in xmlReportError()
315 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlReportError()
540 (ctxt->inputNr > 1)) { in __xmlRaiseError()
541 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()
720 (ctxt->inputNr > 1)) { in xmlParserError()
722 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()
763 (ctxt->inputNr > 1)) { in xmlParserWarning()
765 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()
813 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlParserValidityError()
814 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()
[all …]
DparserInternals.c1097 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1656 ctxt->inputNr = 0; in xmlInitParserCtxt()
1664 ctxt->inputNr = 0; in xmlInitParserCtxt()
1688 ctxt->inputNr = 0; in xmlInitParserCtxt()
1706 ctxt->inputNr = 0; in xmlInitParserCtxt()
1727 ctxt->inputNr = 0; in xmlInitParserCtxt()
Dparser.c1742 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1756 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1758 return (ctxt->inputNr++); in inputPush()
1775 if (ctxt->inputNr <= 0) in inputPop()
1777 ctxt->inputNr--; in inputPop()
1778 if (ctxt->inputNr > 0) in inputPop()
1779 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1782 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1783 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
2174 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()
[all …]
DSAX2.c461 oldinputNr = ctxt->inputNr; in xmlSAX2ExternalSubset()
473 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
480 ctxt->inputNr = 0; in xmlSAX2ExternalSubset()
510 while (ctxt->inputNr > 1) in xmlSAX2ExternalSubset()
519 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
1099 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) && in xmlSAX2EndDocument()
Dparser.in.h229 int inputNr; /* Number of current input streams */ member
DHTMLparser.c4915 ctxt->inputNr = 0; in htmlInitParserCtxt()
4920 ctxt->inputNr = 0; in htmlInitParserCtxt()
4935 ctxt->inputNr = 0; in htmlInitParserCtxt()
4954 ctxt->inputNr = 0; in htmlInitParserCtxt()
6648 ctxt->inputNr = 0; in htmlCtxtReset()
Dxmlreader.c4814 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4815 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4851 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4852 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
/third_party/libxml2/include/libxml/
Dparser.h202 int inputNr; /* Number of current input streams */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle215 d inputNr like(xmlCint) # current in streams
/third_party/chromium/patch/
D0001-cve.patch123646 while (((RAW != ']') || (ctxt->inputNr > baseInputNr)) &&
123663 if (ctxt->inputNr > baseInputNr)
123773 if ((avail < 2) && (ctxt->inputNr == 1))
123993 if ((ctxt->inputNr == 1) &&