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

  /external/chromium_org/third_party/libxml/src/
testReader.c 39 static int noent = 0; variable
124 else if ((!strcmp(argv[i], "-noent")) ||
125 (!strcmp(argv[i], "--noent")))
126 noent++;
128 if (noent != 0) xmlSubstituteEntitiesDefault(1);
testSAX.c 58 static int noent = 0; variable
1162 } else if ((!strcmp(argv[i], "-noent")) ||
1163 (!strcmp(argv[i], "--noent")))
1164 noent++;
1175 if (noent != 0) xmlSubstituteEntitiesDefault(1);
xmllint.c 132 static int noent = 0; variable
    [all...]
  /external/libxml2/
xmllint.c 132 static int noent = 0; variable
    [all...]

Completed in 90 milliseconds