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

  /external/libxml2/
error.c 284 (ctxt->inputNr > 1)) {
286 input = ctxt->inputTab[ctxt->inputNr - 2];
511 (ctxt->inputNr > 1)) {
512 input = ctxt->inputTab[ctxt->inputNr - 2];
691 (ctxt->inputNr > 1)) {
693 input = ctxt->inputTab[ctxt->inputNr - 2];
734 (ctxt->inputNr > 1)) {
736 input = ctxt->inputTab[ctxt->inputNr - 2];
784 if ((input->filename == NULL) && (ctxt->inputNr > 1))
785 input = ctxt->inputTab[ctxt->inputNr - 2]
    [all...]
parser.c     [all...]
parserInternals.c 1077 if ((ctxt->inputNr == 1) &&
    [all...]
testrecurse.c 434 (ctxt->inputNr > 1)) {
436 input = ctxt->inputTab[ctxt->inputNr - 2];
xmllint.c 647 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
648 input = ctxt->inputTab[ctxt->inputNr - 2];
684 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
685 input = ctxt->inputTab[ctxt->inputNr - 2];
722 if ((input->filename == NULL) && (ctxt->inputNr > 1))
723 input = ctxt->inputTab[ctxt->inputNr - 2];
759 if ((input->filename == NULL) && (ctxt->inputNr > 1))
760 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
SAX2.c 432 oldinputNr = ctxt->inputNr;
444 ctxt->inputNr = oldinputNr;
451 ctxt->inputNr = 0;
481 while (ctxt->inputNr > 1)
490 ctxt->inputNr = oldinputNr;
1070 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) &&
    [all...]
testlimits.c 526 (ctxt->inputNr > 1)) {
528 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
runtest.c 390 (ctxt->inputNr > 1)) {
392 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
xmlreader.c     [all...]
  /external/libxml2/include/libxml/
parser.h 200 int inputNr; /* Number of current input streams */
    [all...]
  /external/ImageMagick/coders/
msl.c     [all...]

Completed in 236 milliseconds