Searched refs:pedantic (Results 1 - 8 of 8) sorted by relevance

/vbox/src/apps/svnsync-vbox/
H A DMakefile17 CFLAGS = -O2 -g -Wall -pedantic -Wno-long-long -Wno-trigraphs \
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c642 if ((ent == NULL) && (ctxt->pedantic))
661 if ((ent == NULL) && (ctxt->pedantic) &&
878 if ((ent == NULL) && (ctxt->pedantic) &&
898 if ((ent == NULL) && (ctxt->pedantic) &&
1198 if ((ctxt->pedantic != 0) && (val[0] != 0)) {
H A DparserInternals.c1647 ctxt->pedantic = xmlPedanticParserDefaultValue;
1990 * Set and return the previous value for enabling pedantic warnings.
H A DHTMLparser.c5911 ctxt->pedantic = 1;
5915 ctxt->pedantic = 0;
H A Dcatalog.c928 ctxt->pedantic = 0;
H A Dparser.c7356 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "xml:lang"))) {
8084 if ((ctxt->pedantic) && (xmlStrEqual(name, BAD_CAST "lang"))) {
8277 if ((ctxt->pedantic) && (uri->scheme == NULL)) {
13503 ctxt->pedantic = 1;
13506 ctxt->pedantic = 0;
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h252 int pedantic; /* signal pedantic warnings */ member in struct:_xmlParserCtxt
1086 XML_PARSE_PEDANTIC = 1<<7, /* pedantic error reporting */
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4084 int pedantic; local
4086 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlParserSetPedantic", &pyobj_ctxt, &pedantic))
4090 ctxt->pedantic = pedantic;

Completed in 1021 milliseconds