Searched refs:UNSET (Results 1 - 10 of 10) 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/ssl/
H A Dssl_engine_config.c128 mctx->auth.verify_depth = UNSET;
131 mctx->ocsp_enabled = UNSET;
132 mctx->ocsp_force_default = UNSET;
134 mctx->ocsp_resptime_skew = UNSET;
135 mctx->ocsp_resp_maxage = UNSET;
136 mctx->ocsp_responder_timeout = UNSET;
137 mctx->ocsp_use_request_nonce = UNSET;
140 mctx->stapling_enabled = UNSET;
141 mctx->stapling_resptime_skew = UNSET;
142 mctx->stapling_resp_maxage = UNSET;
[all...]
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,
H A Dssl_util_stapling.c704 if (mctx->stapling_resptime_skew == UNSET) {
707 if (mctx->stapling_cache_timeout == UNSET) {
710 if (mctx->stapling_return_errors == UNSET) {
713 if (mctx->stapling_fake_trylater == UNSET) {
716 if (mctx->stapling_errcache_timeout == UNSET) {
719 if (mctx->stapling_responder_timeout == UNSET) {
H A Dssl_engine_ocsp.c147 apr_interval_time_t to = sc->server->ocsp_responder_timeout == UNSET ?
214 long resptime_skew = sc->server->ocsp_resptime_skew == UNSET ?
216 /* oscp_resp_maxage can be passed verbatim - UNSET (-1) means
H A Dssl_engine_init.c208 * UNSET, then SSL is disabled on this vhost. */
212 if (sc->proxy_enabled == UNSET) {
216 if (sc->session_cache_timeout == UNSET) {
225 if (sc->fips == UNSET) {
675 if (mctx->auth.verify_depth == UNSET) {
1491 sc->session_cache_timeout == UNSET ?
H A Dmod_ssl.c400 sslconn->verify_depth = UNSET;
H A Dssl_engine_kernel.c528 n = (sslconn->verify_depth != UNSET) ?
532 sslconn->verify_depth = (dc->nVerifyDepth != UNSET) ?
668 rsize = dc->nRenegBufferSize == UNSET ? DEFAULT_RENEG_BUFFER_SIZE :
1510 if (dc && (dc->nVerifyDepth != 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)

Completed in 48 milliseconds