| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_conf_file.h | 60 #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 D | nginx.c | 1050 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 D | ngx_conf_file.c | 1270 if (*msp != NGX_CONF_UNSET_MSEC) { in ngx_conf_set_msec_slot()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 607 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 D | ngx_http_scgi_module.c | 1212 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 D | ngx_http_uwsgi_module.c | 1425 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 D | ngx_http_fastcgi_module.c | 2733 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 D | ngx_http_upstream_keepalive_module.c | 515 conf->timeout = NGX_CONF_UNSET_MSEC; in ngx_http_upstream_keepalive_create_conf()
|
| H A D | ngx_http_proxy_module.c | 2865 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 D | ngx_http_grpc_module.c | 4177 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 D | ngx_http_v2_module.c | 365 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 D | ngx_stream_core_module.c | 425 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 D | ngx_stream_proxy_module.c | 1980 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 D | ngx_stream_ssl_module.c | 594 scf->handshake_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_ssl_create_conf()
|
| /f-stack/app/nginx-1.16.1/src/mail/ |
| H A D | ngx_mail_core_module.c | 172 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 D | ngx_mail_smtp_module.c | 128 sscf->greeting_delay = NGX_CONF_UNSET_MSEC; in ngx_mail_smtp_create_srv_conf()
|
| H A D | ngx_mail_proxy_module.c | 1110 pcf->timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_proxy_create_conf()
|
| H A D | ngx_mail_auth_http_module.c | 1428 ahcf->timeout = NGX_CONF_UNSET_MSEC; in ngx_mail_auth_http_create_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_core_module.c | 3288 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 D | ngx_event.c | 1290 ecf->accept_mutex_delay = NGX_CONF_UNSET_MSEC; in ngx_event_core_create_conf()
|