Home
last modified time | relevance | path

Searched refs:NGX_CONF_UNSET_MSEC (Results 1 – 20 of 20) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h60 #define NGX_CONF_UNSET_MSEC (ngx_msec_t) -1 macro
201 if (conf == NGX_CONF_UNSET_MSEC) { \
221 if (conf == NGX_CONF_UNSET_MSEC) { \
222 conf = (prev == NGX_CONF_UNSET_MSEC) ? default : prev; \
H A Dnginx.c1050 ccf->timer_resolution = NGX_CONF_UNSET_MSEC; in ngx_core_module_create_conf()
1051 ccf->shutdown_timeout = NGX_CONF_UNSET_MSEC; in ngx_core_module_create_conf()
1063 ccf->schedule_timeout = NGX_CONF_UNSET_MSEC; in ngx_core_module_create_conf()
H A Dngx_conf_file.c1270 if (*msp != NGX_CONF_UNSET_MSEC) { in ngx_conf_set_msec_slot()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c607 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf()
608 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf()
609 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf()
610 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_scgi_module.c1212 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1213 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1214 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1215 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1236 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1237 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
H A Dngx_http_uwsgi_module.c1425 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1426 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1427 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1428 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1449 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1450 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
H A Dngx_http_fastcgi_module.c2733 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2734 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2735 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2736 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2757 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2758 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
H A Dngx_http_upstream_keepalive_module.c515 conf->timeout = NGX_CONF_UNSET_MSEC; in ngx_http_upstream_keepalive_create_conf()
H A Dngx_http_proxy_module.c2865 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
2866 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
2867 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
2868 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
2889 conf->upstream.cache_lock_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
2890 conf->upstream.cache_lock_age = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
H A Dngx_http_grpc_module.c4177 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf()
4178 conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf()
4179 conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf()
4180 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c365 h2scf->recv_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
366 h2scf->idle_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_v2_create_srv_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c425 cscf->resolver_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_core_create_srv_conf()
426 cscf->proxy_protocol_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_core_create_srv_conf()
429 cscf->preread_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_core_create_srv_conf()
H A Dngx_stream_proxy_module.c1980 conf->connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_proxy_create_srv_conf()
1981 conf->timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_proxy_create_srv_conf()
1982 conf->next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_proxy_create_srv_conf()
H A Dngx_stream_ssl_module.c594 scf->handshake_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_ssl_create_conf()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_core_module.c172 cscf->timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_core_create_srv_conf()
173 cscf->resolver_timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_core_create_srv_conf()
H A Dngx_mail_smtp_module.c128 sscf->greeting_delay = NGX_CONF_UNSET_MSEC; in ngx_mail_smtp_create_srv_conf()
H A Dngx_mail_proxy_module.c1110 pcf->timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_proxy_create_conf()
H A Dngx_mail_auth_http_module.c1428 ahcf->timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_auth_http_create_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3288 cscf->client_header_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_srv_conf()
3415 clcf->client_body_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3436 clcf->send_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3441 clcf->keepalive_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3445 clcf->lingering_time = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3446 clcf->lingering_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
3447 clcf->resolver_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_core_create_loc_conf()
4812 if (clcf->keepalive_timeout != NGX_CONF_UNSET_MSEC) { in ngx_http_core_keepalive()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c1290 ecf->accept_mutex_delay = NGX_CONF_UNSET_MSEC; in ngx_event_core_create_conf()