Lines Matching refs:error
108 * rure_error is an error that caused compilation to fail.
110 * Most errors are syntax errors but an error can be returned if the compiled
114 * you will not get access to the error if one occurred.)
122 * compilation fails for any reason, an error message is printed to stderr and
149 * error is set if there was a problem compiling the pattern (including if the
150 * pattern is not valid UTF-8). If error is NULL, then no error information
151 * is returned. In all cases, if an error occurs, NULL is returned.
158 rure_error *error);
426 * compilation error will be returned from rure_compile.
460 * error is set if there was a problem compiling the pattern.
469 rure_error *error);
529 * rure_error_new allocates space for an error.
531 * If error information is desired, then rure_error_new should be called
533 * rure_compile. If an error occurred, then rure_compile will return NULL and
534 * the error pointer will be set. A message can then be extracted.
536 * It is not safe to use errors from multiple threads simultaneously. An error
542 * rure_error_free frees the error given.
549 * rure_error_message returns a NUL terminated string that describes the error
560 * have been escaped. If escaping fails for any reason, an error message is