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

  /external/libxml2/
error.c 284 input = ctxt->inputTab[ctxt->inputNr - 2];
498 input = ctxt->inputTab[ctxt->inputNr - 2];
674 input = ctxt->inputTab[ctxt->inputNr - 2];
717 input = ctxt->inputTab[ctxt->inputNr - 2];
766 input = ctxt->inputTab[ctxt->inputNr - 2];
808 input = ctxt->inputTab[ctxt->inputNr - 2];
SAX2.c 416 oldinputTab = ctxt->inputTab;
419 ctxt->inputTab = (xmlParserInputPtr *)
421 if (ctxt->inputTab == NULL) {
426 ctxt->inputTab = oldinputTab;
463 xmlFree(ctxt->inputTab);
471 ctxt->inputTab = oldinputTab;
1039 if ((ctxt->inputTab != NULL) &&
1040 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) &&
1041 (ctxt->inputTab[0]->encoding != NULL) && (ctxt->myDoc != NULL) &&
1043 ctxt->myDoc->encoding = xmlStrdup(ctxt->inputTab[0]->encoding)
    [all...]
parserInternals.c     [all...]
xmllint.c 646 input = ctxt->inputTab[ctxt->inputNr - 2];
683 input = ctxt->inputTab[ctxt->inputNr - 2];
721 input = ctxt->inputTab[ctxt->inputNr - 2];
758 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
parser.c     [all...]
HTMLparser.c     [all...]
xmlreader.c     [all...]
  /external/libxml2/include/libxml/
parser.h 202 xmlParserInputPtr *inputTab; /* stack of inputs */
    [all...]

Completed in 202 milliseconds