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()502 (ctxt->inputNr > 1)) { in __xmlRaiseError()503 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()680 (ctxt->inputNr > 1)) { in xmlParserError()682 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()723 (ctxt->inputNr > 1)) { in xmlParserWarning()725 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()773 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlParserValidityError()774 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()[all …]
1056 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()1554 ctxt->inputNr = 0; in xmlInitParserCtxt()1562 ctxt->inputNr = 0; in xmlInitParserCtxt()1586 ctxt->inputNr = 0; in xmlInitParserCtxt()1604 ctxt->inputNr = 0; in xmlInitParserCtxt()1625 ctxt->inputNr = 0; in xmlInitParserCtxt()
636 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLError()637 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()673 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLWarning()674 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()711 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityError()712 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()748 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityWarning()749 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
1479 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()1493 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()1495 return (ctxt->inputNr++); in inputPush()1512 if (ctxt->inputNr <= 0) in inputPop()1514 ctxt->inputNr--; in inputPop()1515 if (ctxt->inputNr > 0) in inputPop()1516 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()1519 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()1520 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()1900 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()[all …]
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()
4282 ctxt->inputNr = 0; in htmlInitParserCtxt()4287 ctxt->inputNr = 0; in htmlInitParserCtxt()4302 ctxt->inputNr = 0; in htmlInitParserCtxt()4321 ctxt->inputNr = 0; in htmlInitParserCtxt()5857 ctxt->inputNr = 0; in htmlCtxtReset()
4581 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()4582 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()4617 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()4618 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
197 int inputNr; /* Number of current input streams */ member