HomeSort by relevance Sort by last modified time
    Searched refs:inputTab (Results 1 - 10 of 10) sorted by null

  /external/libxml2/
error.c 286 input = ctxt->inputTab[ctxt->inputNr - 2];
512 input = ctxt->inputTab[ctxt->inputNr - 2];
693 input = ctxt->inputTab[ctxt->inputNr - 2];
736 input = ctxt->inputTab[ctxt->inputNr - 2];
785 input = ctxt->inputTab[ctxt->inputNr - 2];
827 input = ctxt->inputTab[ctxt->inputNr - 2];
SAX2.c 434 oldinputTab = ctxt->inputTab;
439 ctxt->inputTab = (xmlParserInputPtr *)
441 if (ctxt->inputTab == NULL) {
446 ctxt->inputTab = oldinputTab;
484 xmlFree(ctxt->inputTab);
492 ctxt->inputTab = oldinputTab;
1069 if ((ctxt->inputTab != NULL) &&
1070 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) &&
1071 (ctxt->inputTab[0]->encoding != NULL) && (ctxt->myDoc != NULL) &&
1073 ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding)
    [all...]
parserInternals.c     [all...]
testrecurse.c 436 input = ctxt->inputTab[ctxt->inputNr - 2];
xmllint.c 648 input = ctxt->inputTab[ctxt->inputNr - 2];
685 input = ctxt->inputTab[ctxt->inputNr - 2];
723 input = ctxt->inputTab[ctxt->inputNr - 2];
760 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
testlimits.c 528 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
parser.c     [all...]
runtest.c 389 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
xmlreader.c     [all...]
  /external/libxml2/include/libxml/
parser.h 202 xmlParserInputPtr *inputTab; /* stack of inputs */
    [all...]

Completed in 515 milliseconds