Searched defs:UNSET (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/filters/ |
H A D | mod_reqtimeout.c | 31 #define UNSET -1 macro 177 apr_interval_time_t saved_sock_timeout = UNSET; 373 if (cfg->header_timeout != UNSET) { 407 if (cfg->body_timeout != UNSET) { 441 if (ccfg->new_timeout != UNSET) { 461 cfg->header_timeout = UNSET; 462 cfg->header_max_timeout = UNSET; 463 cfg->header_min_rate = UNSET; 464 cfg->body_timeout = UNSET; 465 cfg->body_max_timeout = UNSET; [all...] |
H A D | mod_include.c | 472 #define UNSET -1 macro 4011 result->lastmodified = UNSET; 4012 result->etag = UNSET; 4013 result->legacy_expr = UNSET; 4028 MERGE(base, over, new, lastmodified, UNSET); 4029 MERGE(base, over, new, etag, UNSET); 4030 MERGE(base, over, new, legacy_expr, UNSET);
|
/httpd/modules/aaa/ |
H A D | mod_authz_core.c | 92 #define UNSET -1 macro 107 conf->authz_forbidden_on_fail = UNSET; 163 if (new->authz_forbidden_on_fail == UNSET)
|
/httpd/modules/ssl/ |
H A D | ssl_private.h | 216 #ifndef UNSET 217 #define UNSET (-1) macro 317 SSL_CVERIFY_UNSET = UNSET, 338 SSL_CRLCHECK_UNSET = UNSET, 348 SSL_PPTYPE_UNSET = UNSET, 367 SSL_ENABLED_UNSET = UNSET,
|
Completed in 37 milliseconds