/third_party/libxml2/ |
D | error.c | 284 (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 …]
|
D | parserInternals.c | 1063 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()
|
D | xmllint.c | 638 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()
|
D | parser.c | 191 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 …]
|
D | testrecurse.c | 434 (ctxt->inputNr > 1)) { in testStructuredErrorHandler() 436 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
|
D | SAX2.c | 433 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()
|
D | testlimits.c | 526 (ctxt->inputNr > 1)) { in testStructuredErrorHandler() 528 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
|
D | HTMLparser.c | 5057 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()
|
D | xmlreader.c | 4858 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()
|
D | runtest.c | 393 (ctxt->inputNr > 1)) { in testStructuredErrorHandler() 395 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | error.c | 313 (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 …]
|
D | parserInternals.c | 1097 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()
|
D | parser.c | 1742 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 …]
|
D | SAX2.c | 461 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()
|
D | parser.in.h | 229 int inputNr; /* Number of current input streams */ member
|
D | HTMLparser.c | 4915 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()
|
D | xmlreader.c | 4814 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/ |
D | parser.h | 202 int inputNr; /* Number of current input streams */ member
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 215 d inputNr like(xmlCint) # current in streams
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 123646 while (((RAW != ']') || (ctxt->inputNr > baseInputNr)) && 123663 if (ctxt->inputNr > baseInputNr) 123773 if ((avail < 2) && (ctxt->inputNr == 1)) 123993 if ((ctxt->inputNr == 1) &&
|