Home
last modified time | relevance | path

Searched refs:inputNr (Results 1 – 13 of 13) 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.c1708 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1722 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1724 return (ctxt->inputNr++); in inputPush()
1741 if (ctxt->inputNr <= 0) in inputPop()
1743 ctxt->inputNr--; in inputPop()
1744 if (ctxt->inputNr > 0) in inputPop()
1745 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1748 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1749 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
2146 if ((ctxt->inputNr == 1) && (ctxt->instate != XML_PARSER_DTD)) { in xmlSkipBlankChars()
[all …]
DparserInternals.c1077 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1619 ctxt->inputNr = 0; in xmlInitParserCtxt()
1627 ctxt->inputNr = 0; in xmlInitParserCtxt()
1651 ctxt->inputNr = 0; in xmlInitParserCtxt()
1669 ctxt->inputNr = 0; in xmlInitParserCtxt()
1690 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.c4781 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4782 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4818 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4819 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
Druntest.c390 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
392 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
/external/ImageMagick/coders/
Dsvg.c2745 parser->inputNr=parser_context.inputNr; in SVGExternalSubset()
2750 parser->inputNr=0; in SVGExternalSubset()
2763 while (parser->inputNr > 1) in SVGExternalSubset()
2768 parser->inputNr=parser_context.inputNr; in SVGExternalSubset()
Dmsl.c7662 parser->inputNr=parser_context.inputNr; in MSLExternalSubset()
7667 parser->inputNr=0; in MSLExternalSubset()
7680 while (parser->inputNr > 1) in MSLExternalSubset()
7685 parser->inputNr=parser_context.inputNr; in MSLExternalSubset()
/external/libxml2/include/libxml/
Dparser.h200 int inputNr; /* Number of current input streams */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle215 d inputNr like(xmlCint) # current in streams