Searched refs:error (Results 1 - 25 of 50) sorted by relevance

12

/httpd/modules/metadata/
H A Dmod_version.c76 static int compare_version(char *version_string, const char **error) argument
82 *error = "Version appears to be invalid. It must have the format "
110 if (p < ep) { /* syntax error */
114 *error = NULL;
143 const char **error)
151 *error = "Unable to compile regular expression";
155 *error = NULL;
178 const char *p, *error; local
225 &error);
226 if (error) {
142 match_version(apr_pool_t *pool, char *version_string, const char **error) argument
[all...]
/httpd/server/
H A Derror_bucket.c41 AP_DECLARE(apr_bucket *) ap_bucket_error_make(apr_bucket *b, int error, argument
47 h->status = error;
55 AP_DECLARE(apr_bucket *) ap_bucket_error_create(int error, const char *buf, argument
64 if (!ap_is_HTTP_VALID_RESPONSE(error)) {
65 error = HTTP_INTERNAL_SERVER_ERROR;
67 return ap_bucket_error_make(b, error, buf, p);
H A Dutil_expr_parse.y26 %error-verbose
47 %token <cpVal> T_ERROR "error token"
181 ctx->error = "Failed to compile regular expression";
190 ctx->error = "Failed to compile regular expression";
216 ctx->error = apr_pstrdup(ctx->ptemp, s);
H A Dconfig.c697 const char *error; local
702 error = ap_add_module(mod, p, short_name);
703 if (error) {
704 return error;
757 const char *error; local
797 error = ap_add_module(*m, process->pconf, NULL);
798 if (error) {
799 return error;
1318 /* If the directive in error has already been set, don't
1319 * replace it. Otherwise, an error insid
1793 const char *error; local
1835 const char *error; local
1971 const char *error; local
2395 const char *confname, *error; local
[all...]
H A Dutil_expr_private.h101 const char *error; member in struct:__anon386
H A Dutil_expr_parse.c88 /* Enabling verbose error messages. */
535 "$end", "error", "$undefined", "\"true\"", "\"false\"",
536 "\"boolean expression\"", "\"string expression\"", "\"error token\"",
593 means the default is an error. */
641 number is the opposite. If YYTABLE_NINF, syntax error. */
740 yyerror (ctx, YY_("syntax error: cannot back up")); \
1047 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
1077 is an error action. In that case, don't check for expected
1083 case, just report a simple "syntax error".
1091 scanner and before detecting a syntax error
[all...]
H A Dmain.c276 /* If we are to print an error, we need the name before we destroy pool.
335 * exceptional error reporting required for the lifetime
420 " -w : hold open the console window on error");
467 const char *error; local
504 error = ap_setup_prelinked_modules(process);
505 if (error) {
507 "%s: %s", ap_server_argv0, error);
/httpd/build/
H A DNWGNUenvironment.inc42 $(error NOVELLLIBC does not point to a valid Novell LIBC SDK)
49 $(error LDAPSDK does not point to a valid Novell CLDAP SDK)
56 $(error PCRESRC does not point to a valid PCRE source tree)
348 $(INSTALLBASE)/error \
H A Dbuildinfo.sh26 error=no
28 error=yes
31 error=yes
33 if [ "x$error" = "xyes" ]; then
H A Dinstall-bindist.sh.in137 if [ -d $SR/error ]
139 echo "[Preserving existing error documents directory.]"
141 lcopy bindist/error $SR/error 755 644
/httpd/modules/core/
H A Dmod_so.c153 /* retry on error without path to use dlopen()'s search path */
193 const char *error; local
263 error = dso_load(cmd, &modhandle, filename, &module_file);
264 if (error)
265 return error;
302 error = ap_add_loaded_module(modp, cmd->pool, modname);
303 if (error) {
304 return error;
330 const char *used_file, *error; local
332 error
[all...]
/httpd/support/
H A Dapxs.in103 error("Incomplete option: $first (needs an argument)");
114 error("Incomplete option: $first (needs an argument)");
132 error("Unknown option: $first");
193 error("Sorry, no shared object support for Apache");
194 error("available under your platform. Make sure");
195 error("the Apache module mod_so is compiled into");
196 error("the server binary.");
235 error("Invalid query string `$arg'");
258 error(sprintf "Command failed with rc=%d\n", $rc << 8);
270 error("Director
[all...]
H A Drotatelogs.c288 char *error = apr_psprintf(pool, "Error linking file %s to %s (%pm)\n", local
290 fputs(error, stderr);
305 char *error = apr_psprintf(pool, "post_rotate: apr_procattr_create failed " \ local
307 fputs(error, stderr);
316 char *error = apr_psprintf(pool, "post_rotate: could not set up process " \ local
319 fputs(error, stderr);
338 char *error = apr_psprintf(pool, "Could not spawn post-rotate process " \ local
340 fputs(error, stderr);
345 /* After a error, truncate the current file and write out an error
449 char *error = apr_psprintf(newlog.pool, local
477 char *error = apr_psprintf(newlog.pool, "%pm", &rv); local
752 char *error; local
[all...]
H A Dfcgistarter.c158 #error "Please implement me."
/httpd/build/aix/
H A Dbuildaix.ksh101 [[ $? -ne 0 ]] && echo './configure' returned an error && exit -1
112 [[ $? -ne 0 ]] && echo 'make' returned an error && exit -1
116 [[ $? -ne 0 ]] && echo 'make install' returned an error && exit -1
120 [[ $? -ne 0 ]] && echo mkinstallp.ksh returned an error && exit -1
H A Dmkinstallp.ksh22 [[ $# == 0 ]] && echo $0: Syntax error && echo "Syntax: $0 <BaseDirectory>" && exit -1
65 [[ $? -ne 0 ]] && echo $cmd: cleanup error && pwd && ls -ltr && exit -1
192 [[ $? -ne 0 ]] && echo mkinstallp returned error status && exit -1
/httpd/modules/filters/
H A Dlibsed.h62 typedef apr_status_t (sed_err_fn_t)(void *data, const char *error);
H A Dmod_sed.c61 /* This function will be call back from libsed functions if there is any error
64 static apr_status_t log_sed_errf(void *data, const char *error) argument
67 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, "%s", error);
72 * compilation error.
74 static apr_status_t sed_compile_errf(void *data, const char *error) argument
77 sed_cfg->last_error = error;
239 * output by calling sed_write_output and generates any error by
H A Dmod_include.c177 int error; member in struct:ssi_internal_ctx
468 #define DEFAULT_ERROR_MSG "[an error occurred while processing this directive]"
1173 const char *error = "Invalid expression \"%s\" in file %s"; local
1214 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, error, expr,
1339 error = "Unmatched ')' in \"%s\" in file %s";
1364 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, error, expr, r->filename);
1373 error = NULL;
1552 "subrequest -A \"%s\" returned an error code.",
1559 if (!error) {
1560 error
1906 int error = 0; local
2521 int error = 0; local
[all...]
H A Dsed0.c48 const char* error; local
50 error = apr_pvsprintf(commands->pool, fmt, args);
51 commands->errfn(commands->data, error);
136 char *error; local
138 error = apr_psprintf(pool, SEDERR_ULMES, lab->asc);
139 return error;
H A Dsed1.c81 const char* error; local
83 error = apr_pvsprintf(eval->pool, fmt, args);
84 eval->errfn(eval->data, error);
364 const char* error = sed_get_finalize_error(eval->commands, eval->pool); local
365 if (error) {
366 eval_errf(eval, error);
/httpd/include/
H A Dhttp_protocol.h40 * This hook allows modules to insert filters for the current error response
88 * Send error back to client.
90 * @param recursive_error last arg indicates error status in case we get
91 * an error in the process of trying to deal with an ErrorDocument
92 * to handle some other error. In that case, we print the default
101 * May return an error status, typically HTTP_NOT_MODIFIED (that when the
448 * @return 0 on success, -1 if an error occurred
453 * Index used in custom_responses array for a specific error code
476 * REQUEST_NO_BODY Send 413 error if message has any body
477 * REQUEST_CHUNKED_ERROR Send 411 error i
[all...]
/httpd/modules/ssl/
H A Dssl_engine_log.c55 static const char *ssl_log_annotation(const char *error) argument
60 && ap_strcmp_match(error, ssl_log_annotate[i].cpPattern) != 0)
70 "Fatal error initialising mod_ssl, exiting. "
76 "Fatal error initialising mod_ssl, exiting.");
82 * Prints the SSL library error information.
111 /* Pop the error off the stack: */
/httpd/modules/cache/
H A Dmod_socache_dc.c32 #error "You must compile with a more recent version of the distcache-base package"
/httpd/modules/lua/
H A Dlua_dbd.c148 number of rows affected. If an error is encountered, returns nil as the
149 first parameter and the error message as the second.
304 returns the rows/columns found as a table. If an error is encountered,
305 returns nil as the first parameter and the error message as the second.
719 returns a table with functions for using the database handle. If an error
720 occurs, returns nil as the first parameter and the error message as the
730 const char *error = 0; local
787 arguments, &dbdhandle->handle, &error);
797 if (error) {
798 lua_pushstring(L, error);
[all...]

Completed in 231 milliseconds

12