Lines Matching defs:error

83  * on this system, avoid any compilation error
92 const char *error, int options);
102 const char *err; /* suffix for error output files */
216 fprintf(stderr, "Exitting tests on fatal error\n");
242 * Trapping the error messages at the generic level to grab the equivalent of
296 * Displays current context within the input content for error tracking
320 /* calculate the error position in terms of the current position */
386 * Maintain the compatibility with the legacy error handling
484 channel(data, "error : ");
487 channel(data, "error : ");
500 channel(data, "%s\n", "out of memory error");
671 fprintf(stderr,"Compare error at position %d\n", idx+ix);
1321 * Display and format a error messages, gives file, line, position and
1333 fprintf(SAXdebug, "SAX.error: ");
1643 * @err: the file with error messages
1647 * Returns 0 in case of success, an error code otherwise
1681 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
1700 fprintf(SAXdebug, "xmlSAXUserParseFile returned error %d\n", ret);
1711 /* switch back to structured error handling */
1728 * @err: the file with error messages: unused
1734 * Returns 0 in case of success, an error code otherwise
1792 * @err: the file with error messages: unused
1797 * Returns 0 in case of success, an error code otherwise
1890 * @err: the file with error messages: unused
1896 * Returns 0 in case of success, an error code otherwise
1937 * @err: the file with error messages: unused
1943 * Returns 0 in case of success, an error code otherwise
1992 * @err: the file with error messages
1996 * Returns 0 in case of success, an error code otherwise
2173 * @err: the file with error messages
2177 * Returns 0 in case of success, an error code otherwise
2195 * @err: the file with error messages
2199 * Returns 0 in case of success, an error code otherwise
2224 * @err: the file with error messages
2228 * Returns 0 in case of success, an error code otherwise
2303 * @err: the file with error messages
2307 * Returns 0 in case of success, an error code otherwise
2369 * @err: the file with error messages
2373 * Returns 0 in case of success, an error code otherwise
2386 * @err: the file with error messages
2391 * Returns 0 in case of success, an error code otherwise
2434 * @err: the file with error messages
2439 * Returns 0 in case of success, an error code otherwise
2482 * @err: the file with error messages
2487 * Returns 0 in case of success, an error code otherwise
2563 fprintf(o, "%s : error %d\n", str, ret);
2586 * @err: the file with error messages
2590 * Returns 0 in case of success, an error code otherwise
2670 * @err: the file with error messages
2674 * Returns 0 in case of success, an error code otherwise
2688 * @err: the file with error messages
2693 * Returns 0 in case of success, an error code otherwise
2765 * Returns an Input context or NULL in case or error
2785 * Returns 0 or -1 in case of error
2803 * Returns the number of bytes read or -1 in case of error
2838 * Returns 0 in case of success, an error code otherwise
2926 fprintf(schemasOutput, "%s validation generated an internal error\n",
2954 * @err: the file with error messages
2959 * Returns 0 in case of success, an error code otherwise
3099 testErrorHandler(NULL, "%s validation generated an internal error\n",
3129 * @err: the file with error messages
3133 * Returns 0 in case of success, an error code otherwise
3218 * @err: the file with error messages
3222 * Returns 0 in case of success, an error code otherwise
3256 * strictly unifying the error messages is nearly impossible this
3377 * @err: the file with error messages
3381 * Returns 0 in case of success, an error code otherwise
3855 #error xmlDoValidityCheckingDefaultValue is not a macro
3858 #error xmlGenericErrorContext is not a macro
4276 char *error;
4299 error = resultFilename(globbuf.gl_pathv[i], tst->out,
4301 if (error == NULL) {
4306 error = NULL;
4310 } else if ((error) &&(!checkTestFile(error))) {
4311 fprintf(stderr, "Missing error file %s\n", error);
4317 res = tst->func(globbuf.gl_pathv[i], result, error,
4321 fprintf(stderr, "File %s generated an error\n",
4339 if (error)
4340 free(error);