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...]
parserInternals.c 1068 if ((ctxt->inputNr == 1) &&
    [all...]
testrecurse.c 434 (ctxt->inputNr > 1)) {
436 input = ctxt->inputTab[ctxt->inputNr - 2];
xmllint.c 631 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
632 input = ctxt->inputTab[ctxt->inputNr - 2];
668 if ((input != NULL) && (input->filename == NULL) && (ctxt->inputNr > 1)) {
669 input = ctxt->inputTab[ctxt->inputNr - 2];
706 if ((input->filename == NULL) && (ctxt->inputNr > 1))
707 input = ctxt->inputTab[ctxt->inputNr - 2];
743 if ((input->filename == NULL) && (ctxt->inputNr > 1))
744 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
parser.c     [all...]
SAX2.c 433 oldinputNr = ctxt->inputNr;
445 ctxt->inputNr = oldinputNr;
452 ctxt->inputNr = 0;
482 while (ctxt->inputNr > 1)
491 ctxt->inputNr = oldinputNr;
1071 (ctxt->inputNr > 0) && (ctxt->inputTab[0] != NULL) &&
    [all...]
testlimits.c 526 (ctxt->inputNr > 1)) {
528 input = ctxt->inputTab[ctxt->inputNr - 2];
    [all...]
runtest.c 392 (ctxt->inputNr > 1)) {
394 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 475 milliseconds