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 …]
DparserInternals.c1068 if ((ctxt->inputNr == 1) && in xmlSwitchEncoding()
1617 ctxt->inputNr = 0; in xmlInitParserCtxt()
1625 ctxt->inputNr = 0; in xmlInitParserCtxt()
1649 ctxt->inputNr = 0; in xmlInitParserCtxt()
1667 ctxt->inputNr = 0; in xmlInitParserCtxt()
1688 ctxt->inputNr = 0; in xmlInitParserCtxt()
Dxmllint.c631 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLError()
632 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()
668 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) { in xmlHTMLWarning()
669 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()
706 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityError()
707 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()
743 if ((input->filename == NULL) && (ctxt->inputNr > 1)) in xmlHTMLValidityWarning()
744 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
Dparser.c1713 if (ctxt->inputNr >= ctxt->inputMax) { in inputPush()
1727 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
1729 return (ctxt->inputNr++); in inputPush()
1746 if (ctxt->inputNr <= 0) in inputPop()
1748 ctxt->inputNr--; in inputPop()
1749 if (ctxt->inputNr > 0) in inputPop()
1750 ctxt->input = ctxt->inputTab[ctxt->inputNr - 1]; in inputPop()
1753 ret = ctxt->inputTab[ctxt->inputNr]; in inputPop()
1754 ctxt->inputTab[ctxt->inputNr] = NULL; in inputPop()
2145 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.c433 oldinputNr = ctxt->inputNr; in xmlSAX2ExternalSubset()
445 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
452 ctxt->inputNr = 0; in xmlSAX2ExternalSubset()
482 while (ctxt->inputNr > 1) in xmlSAX2ExternalSubset()
491 ctxt->inputNr = oldinputNr; in xmlSAX2ExternalSubset()
1071 (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.c4786 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorLineNumber()
4787 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4823 if ((input->filename == NULL) && (ctx->inputNr > 1)) in xmlTextReaderLocatorBaseURI()
4824 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
Druntest.c392 (ctxt->inputNr > 1)) { in testStructuredErrorHandler()
394 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