Home
last modified time | relevance | path

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

/external/libxml2/
Derror.c282 (ctxt->inputNr > 1)) { in xmlReportError()
284 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlReportError()
509 (ctxt->inputNr > 1)) { in __xmlRaiseError()
510 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()
689 (ctxt->inputNr > 1)) { in xmlParserError()
691 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()
732 (ctxt->inputNr > 1)) { in xmlParserWarning()
734 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()
782 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlParserValidityError()
783 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()
[all …]
DparserInternals.c1070 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1602 ctxt->inputNr = 0; in xmlInitParserCtxt()
1610 ctxt->inputNr = 0; in xmlInitParserCtxt()
1634 ctxt->inputNr = 0; in xmlInitParserCtxt()
1652 ctxt->inputNr = 0; in xmlInitParserCtxt()
1673 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()
Dparser.c1699 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1713 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1715 return (ctxt->inputNr++); in inputPush()
1732 if (ctxt->inputNr <= 0) in inputPop()
1734 ctxt->inputNr--; in inputPop()
1735 if (ctxt->inputNr > 0) in inputPop()
1736 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1739 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1740 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
2129 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()
[all …]
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()
DHTMLparser.c4804 ctxt->inputNr = 0; in htmlInitParserCtxt()
4809 ctxt->inputNr = 0; in htmlInitParserCtxt()
4824 ctxt->inputNr = 0; in htmlInitParserCtxt()
4843 ctxt->inputNr = 0; in htmlInitParserCtxt()
6535 ctxt->inputNr = 0; in htmlCtxtReset()
Dxmlreader.c4760 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4761 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4797 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4798 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.rpgle212 d inputNr 10i 0 # current in streams