Home
last modified time | relevance | path

Searched refs:inputNr (Results 1 – 11 of 11) 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 …]
Dparser.c1701 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1715 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1717 return (ctxt->inputNr++); in inputPush()
1734 if (ctxt->inputNr <= 0) in inputPop()
1736 ctxt->inputNr--; in inputPop()
1737 if (ctxt->inputNr > 0) in inputPop()
1738 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1741 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1742 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
2138 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()
[all …]
DparserInternals.c1071 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1613 ctxt->inputNr = 0; in xmlInitParserCtxt()
1621 ctxt->inputNr = 0; in xmlInitParserCtxt()
1645 ctxt->inputNr = 0; in xmlInitParserCtxt()
1663 ctxt->inputNr = 0; in xmlInitParserCtxt()
1684 ctxt->inputNr = 0; in xmlInitParserCtxt()
Dxmllint.c647 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLError()
648 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()
684 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLWarning()
685 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()
722 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityError()
723 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()
759 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityWarning()
760 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
Dtestrecurse.c434 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
436 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
DSAX2.c432 oldinputNr = ctxt->inputNr; in xmlSAX2ExternalSubset()
444 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
451 ctxt->inputNr = 0; in xmlSAX2ExternalSubset()
481 while (ctxt->inputNr > 1) in xmlSAX2ExternalSubset()
490 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
1070 (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()
Dxmlreader.c4775 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4776 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4812 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4813 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
Druntest.c387 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
389 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
/external/libxml2/include/libxml/
Dparser.h200 int inputNr; /* Number of current input streams */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle213 d inputNr 10i 0 # current in streams