Searched refs:noent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestReader.c39 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);
H A DtestSAX.c58 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);
H A Dxmllint.c132 static int noent = 0; variable
2972 printf("\t--noent : substitute entity references by their value\n");
3118 } else if ((!strcmp(argv[i], "-noent")) ||
3119 (!strcmp(argv[i], "--noent"))) {
3120 noent++;
3363 noent++;
3369 noent++;
3376 noent++;
3457 if (noent != 0) xmlSubstituteEntitiesDefault(1);
/external/libxml2/
H A Dxmllint.c132 static int noent = 0; variable
2989 printf("\t--noent : substitute entity references by their value\n");
3142 } else if ((!strcmp(argv[i], "-noent")) ||
3143 (!strcmp(argv[i], "--noent"))) {
3144 noent++;
3412 noent++;
3418 noent++;
3425 noent++;
3506 if (noent != 0) xmlSubstituteEntitiesDefault(1);

Completed in 4435 milliseconds