Home
last modified time | relevance | path

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

/external/libxml2/
Derror.c284 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlReportError()
510 input = ctxt->inputTab[ctxt->inputNr - 2]; in __xmlRaiseError()
691 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserError()
734 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserWarning()
783 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityError()
825 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlParserValidityWarning()
DSAX2.c434 oldinputTab = ctxt->inputTab; in xmlSAX2ExternalSubset()
439 ctxt->inputTab = (xmlParserInputPtr *) in xmlSAX2ExternalSubset()
441 if (ctxt->inputTab == NULL) { in xmlSAX2ExternalSubset()
446 ctxt->inputTab = oldinputTab; in xmlSAX2ExternalSubset()
484 xmlFree(ctxt->inputTab); in xmlSAX2ExternalSubset()
492 ctxt->inputTab = oldinputTab; in xmlSAX2ExternalSubset()
1069 if ((ctxt->inputTab != NULL) && in xmlSAX2EndDocument()
1070 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) && in xmlSAX2EndDocument()
1071 (ctxt->inputTab[0]->encoding != NULL) && (ctxt->myDoc != NULL) && in xmlSAX2EndDocument()
1073 ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding); in xmlSAX2EndDocument()
DparserInternals.c1595 if (ctxt->inputTab == NULL) { in xmlInitParserCtxt()
1596 ctxt->inputTab = (xmlParserInputPtr *) in xmlInitParserCtxt()
1600 if (ctxt->inputTab == NULL) { in xmlInitParserCtxt()
1763 if (ctxt->inputTab != NULL) xmlFree(ctxt->inputTab); in xmlFreeParserCtxt()
Dxmllint.c648 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLError()
685 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLWarning()
723 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityError()
760 input = ctxt->inputTab[ctxt->inputNr - 2]; in xmlHTMLValidityWarning()
Dtestrecurse.c436 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
Dtestlimits.c528 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
Dparser.c1701 ctxt->inputTab = in inputPush()
1702 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
1704 sizeof(ctxt->inputTab[0])); in inputPush()
1705 if (ctxt->inputTab == NULL) { in inputPush()
1713 ctxt->inputTab[ctxt->inputNr] = value; in inputPush()
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()
Dxmlreader.c4761 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorLineNumber()
4798 input = ctx->inputTab[ctx->inputNr - 2]; in xmlTextReaderLocatorBaseURI()
DHTMLparser.c4800 ctxt->inputTab = (htmlParserInputPtr *) in htmlInitParserCtxt()
4802 if (ctxt->inputTab == NULL) { in htmlInitParserCtxt()
Druntest.c389 input = ctxt->inputTab[ctxt->inputNr - 2]; in testStructuredErrorHandler()
/external/libxml2/include/libxml/
Dparser.h202 xmlParserInputPtr *inputTab; /* stack of inputs */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle214 d inputTab * xmlParserInputPtr *