Lines Matching defs:warning
591 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
968 xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
2042 channel = vctxt->warning;
2094 channel = pctxt->warning;
5101 * *WARNING* this interface is highly subject to change
5138 * *WARNING* this interface is highly subject to change
5179 * *WARNING* this interface is highly subject to change
5301 * *WARNING* this interface is highly subject to change
5342 * *WARNING* this interface is highly subject to change
5439 * *WARNING* this interface is highly subject to change
5481 * *WARNING* this interface is highly subject to change
6486 * *WARNING* this interface is highly subject to change
6606 * *WARNING* this interface is highly subject to change
6698 * *WARNING* this interface is highly subject to change
6866 * *WARNING* this interface is highly subject to change
7006 * *WARNING* this interface is highly subject to change
7076 * *WARNING* this interface is highly subject to change
7621 * *WARNING* this interface is highly subject to change
7752 * *WARNING* this interface is highly subject to change
8429 * *WARNING* this interface is highly subject to change
8827 * *WARNING* this interface is highly subject to change
8996 * *WARNING* this interface is highly subject to change
9107 * *WARNING* this interface is highly subject to change
9423 * *WARNING* this interface is highly subject to change
9982 vctxt->warning, vctxt->errCtxt);
10181 xmlSchemaSetParserErrors(newpctxt, pctxt->error, pctxt->warning,
10392 * TODO: Better would be to just report a warning here, but
10420 * URGENT TODO: We should report a warning here.
10681 * *WARNING* this interface is highly subject to change
10967 * WARNING for <include>:
10975 warning report here?"
11186 * *WARNING* this interface is highly subject to change
11453 * *WARNING* this interface is highly subject to change
11757 * *WARNING* this interface is highly subject to change.
11892 * *WARNING* this interface is highly subject to change
11982 * *WARNING* this interface is highly subject to change
12077 * *WARNING* this interface is highly subject to change
12388 * WARNING: Change the start value if adding to the
15741 ctxt->error, ctxt->warning, ctxt->errCtxt);
18140 * TODO: Generate a warning!
21382 * @warn: the warning callback
21395 ctxt->warning = warn;
21426 * @warn: the warning callback result
21443 *warn = ctxt->warning;
21604 * Generate a warning that the document could not be located.
22734 "Warning: No precomputed value available, the value "
24859 * TODO: We should report a *warning* that the type was overriden
27664 * @warn: the warning function
27667 * Set the error and warning callback informations
27677 ctxt->warning = warn;
27699 ctxt->warning = NULL;
27709 * @warn: the warning function result
27712 * Get the error and warning callback informations
27726 *warn = ctxt->warning;
27753 * WARNING: Change the start value if adding to the
28343 (ctxt->user_sax->warning != NULL)) {
28557 if (old_sax->warning != NULL)
28558 ret->schemas_sax.warning = warningSplit;