Searched defs:UNSET (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/filters/
H A Dmod_reqtimeout.c31 #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 Dmod_include.c472 #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 Dmod_authz_core.c92 #define UNSET -1 macro
107 conf->authz_forbidden_on_fail = UNSET;
163 if (new->authz_forbidden_on_fail == UNSET)
/httpd/modules/ssl/
H A Dssl_private.h216 #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 25 milliseconds