Lines Matching defs:error
307 * Returns an error string.
383 apr_table_setn(r->notes, "error-notes",
392 /* Allow "error-notes" string to be printed by ap_send_error_response() */
393 apr_table_setn(r->notes, "verbose-error-to", "*");
681 if (host == NULL) { /* some error was logged already */
2105 "%s: error creating fam %d socket for target %s",
2155 /* if an error occurred, loop round and try again */
2728 "%s: error creating Unix domain socket for "
2763 "%s: error creating fam %d socket for "
2834 /* if an error occurred, loop round and try again */
2875 /* If an error occurred, loop round and try again */
2896 * Put the entire worker to error state if
2926 * The worker is in error likely done by a different thread / process
2993 s, APLOGNO(00960) "%s: an error occurred creating a "
3276 const char *error;
3283 x->error = ap_parse_token_list_strict(x->pool, val, &x->array, !x->is_req);
3284 return !x->error;
3289 * Returns -1 on error. Otherwise, returns 1 if 'Close' was seen in
3299 x.error = NULL;
3307 if (x.error) {
3309 "Error parsing Connection header: %s", x.error);
3629 * issues in case of error returned below. */