Searched defs:code (Results 1 - 11 of 11) sorted by relevance
/httpd/server/mpm/simple/ |
H A D | simple_children.c | 54 static void clean_child_exit(int code) __attribute__ ((noreturn)); 55 static void clean_child_exit(int code) argument 58 exit(code);
|
/httpd/modules/ssl/ |
H A D | ssl_util_ocsp.c | 189 apr_int64_t code; local 200 || (code = apr_atoi64(++line)) < 200 || code > 299) {
|
/httpd/modules/metadata/ |
H A D | mod_expires.c | 34 * ExpiresDefault <code><seconds> 35 * ExpiresByType type/encoding <code><seconds> 37 * Valid values for <code> are: 48 * There is NO space between the <code> and <seconds>. 210 /* check_code() parse 'code' and return NULL or an error response 211 * string. If we return NULL then real_code contains code converted 214 static char *check_code(apr_pool_t *p, const char *code, char **real_code) argument 224 if ((code[0] == 'A') || (code[0] == 'M')) { 225 *real_code = (char *)code; 312 set_expiresbytype(cmd_parms *cmd, void *in_dir_config, const char *mime, const char *code) argument 335 set_expiresdefault(cmd_parms *cmd, void *in_dir_config, const char *code) argument 390 set_expiration_fields(request_rec *r, const char *code, apr_table_t *t) argument [all...] |
/httpd/server/mpm/mpmt_os2/ |
H A D | mpmt_os2_child.c | 77 static void clean_child_exit(int code); 82 static void clean_child_exit(int code) argument 88 exit(code);
|
/httpd/modules/test/ |
H A D | mod_policy.c | 295 * and the response body has a defined length due to the status code 483 * and the response code is unexpected given the match. A result code is unexpected 496 int code = ap_meets_conditions(f->r); local 498 if (OK != code && code != f->r->status) { 506 code, f->r->status), conf->conditional_url, bb,
|
/httpd/server/mpm/motorz/ |
H A D | motorz.c | 53 static void clean_child_exit(int code) __attribute__ ((noreturn)); 57 static void clean_child_exit(int code) __attribute__ ((noreturn)); 547 static void clean_child_exit(int code) argument 563 exit(code); 1034 apr_pool_clear(ptrans); /* kludge to avoid crash in APR reslist cleanup code */ 1342 /* In any event we really shouldn't do the code below because
|
/httpd/server/mpm/netware/ |
H A D | mpm_netware.c | 21 * 03-21-93 Rob McCool wrote original code (up to NCSA HTTPd 1.3) 33 * Brandon's code snarfed from NCSA 1.4, but tinkered to work with the 176 static void clean_child_exit(int code, int worker_num, apr_pool_t *ptrans, 178 static void clean_child_exit(int code, int worker_num, apr_pool_t *ptrans, argument 190 NXThreadExit((void*)&code); 497 * Use the CHILDFATAL code to tear the server down. 500 * a new APEXIT_NETDOWN exit code, the reception
|
/httpd/server/mpm/prefork/ |
H A D | prefork.c | 222 static void clean_child_exit(int code) __attribute__ ((noreturn)); 223 static void clean_child_exit(int code) argument 240 exit(code); 748 apr_pool_clear(ptrans); /* kludge to avoid crash in APR reslist cleanup code */ 1133 /* In any event we really shouldn't do the code below because
|
/httpd/server/mpm/worker/ |
H A D | worker.c | 437 static void clean_child_exit(int code) __attribute__ ((noreturn)); 438 static void clean_child_exit(int code) argument 449 exit(code); 911 * for idle workers to get out of the queue code and release mutexes, 1794 /* In any event we really shouldn't do the code below because
|
/httpd/modules/lua/ |
H A D | lua_request.c | 2570 int code = luaL_checkinteger(L, 3); local 2571 r->status = code;
|
/httpd/server/mpm/event/ |
H A D | event.c | 651 static void clean_child_exit(int code) __attribute__ ((noreturn)); 652 static void clean_child_exit(int code) argument 663 exit(code); 976 * This runs before any non-MPM cleanup code on the connection; 2140 * for idle workers to get out of the queue code and release mutexes, 3057 /* In any event we really shouldn't do the code below because
|
Completed in 66 milliseconds