Searched refs:inputNr (Results 1 – 8 of 8) sorted by relevance
282 (ctxt->inputNr > 1)) { in xmlReportError()284 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlReportError()497 (ctxt->inputNr > 1)) { in __xmlRaiseError()498 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()672 (ctxt->inputNr > 1)) { in xmlParserError()674 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()715 (ctxt->inputNr > 1)) { in xmlParserWarning()717 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()765 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlParserValidityError()766 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()[all …]
1104 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()1640 ctxt->inputNr = 0; in xmlInitParserCtxt()1648 ctxt->inputNr = 0; in xmlInitParserCtxt()1672 ctxt->inputNr = 0; in xmlInitParserCtxt()1690 ctxt->inputNr = 0; in xmlInitParserCtxt()1711 ctxt->inputNr = 0; in xmlInitParserCtxt()
1634 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()1648 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()1650 return (ctxt->inputNr++); in inputPush()1667 if (ctxt->inputNr <= 0) in inputPop()1669 ctxt->inputNr--; in inputPop()1670 if (ctxt->inputNr > 0) in inputPop()1671 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()1674 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()1675 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()2054 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()[all …]
645 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLError()646 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()682 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLWarning()683 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()720 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityError()721 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()757 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityWarning()758 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
414 oldinputNr = ctxt->inputNr; in xmlSAX2ExternalSubset()424 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()430 ctxt->inputNr = 0; in xmlSAX2ExternalSubset()460 while (ctxt->inputNr > 1) in xmlSAX2ExternalSubset()469 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()1040 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) && in xmlSAX2EndDocument()
4732 ctxt->inputNr = 0; in htmlInitParserCtxt()4737 ctxt->inputNr = 0; in htmlInitParserCtxt()4752 ctxt->inputNr = 0; in htmlInitParserCtxt()4771 ctxt->inputNr = 0; in htmlInitParserCtxt()6417 ctxt->inputNr = 0; in htmlCtxtReset()
4599 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()4600 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()4636 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()4637 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
200 int inputNr; /* Number of current input streams */ member