Home
last modified time | relevance | path

Searched refs:NGX_CONF_UNSET (Results 1 – 25 of 44) sorted by relevance

12

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h56 #define NGX_CONF_UNSET -1 macro
181 if (conf == NGX_CONF_UNSET) { \
206 if (conf == NGX_CONF_UNSET) { \
207 conf = (prev == NGX_CONF_UNSET) ? default : prev; \
226 if (conf == NGX_CONF_UNSET) { \
227 conf = (prev == NGX_CONF_UNSET) ? default : prev; \
236 if (conf == NGX_CONF_UNSET) { \
237 conf = (prev == NGX_CONF_UNSET) ? default : prev; \
H A Dnginx.c1048 ccf->daemon = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1049 ccf->master = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1053 ccf->worker_processes = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1054 ccf->debug_points = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1056 ccf->rlimit_nofile = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1057 ccf->rlimit_core = NGX_CONF_UNSET; in ngx_core_module_create_conf()
1502 if (ccf->worker_processes != NGX_CONF_UNSET) { in ngx_set_worker_processes()
H A Dngx_conf_file.c1036 if (*fp != NGX_CONF_UNSET) { in ngx_conf_set_flag_slot()
1178 if (*np != NGX_CONF_UNSET) { in ngx_conf_set_num_slot()
1239 if (*op != NGX_CONF_UNSET) { in ngx_conf_set_off_slot()
1301 if (*sp != NGX_CONF_UNSET) { in ngx_conf_set_sec_slot()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssl_module.c568 sscf->enable = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
569 sscf->prefer_server_ciphers = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
570 sscf->early_data = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
577 sscf->builtin_session_cache = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
578 sscf->session_timeout = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
579 sscf->session_tickets = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
581 sscf->stapling = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
582 sscf->stapling_verify = NGX_CONF_UNSET; in ngx_http_ssl_create_srv_conf()
596 if (conf->enable == NGX_CONF_UNSET) { in ngx_http_ssl_merge_srv_conf()
597 if (prev->enable == NGX_CONF_UNSET) { in ngx_http_ssl_merge_srv_conf()
[all …]
H A Dngx_http_uwsgi_module.c1414 conf->upstream.store = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1417 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1420 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1442 conf->upstream.cache = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1448 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1462 conf->upstream.ssl_server_name = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1463 conf->upstream.ssl_verify = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1502 if (conf->upstream.store == NGX_CONF_UNSET) { in ngx_http_uwsgi_merge_loc_conf()
1674 if (conf->upstream.cache == NGX_CONF_UNSET) { in ngx_http_uwsgi_merge_loc_conf()
2180 if (uwcf->upstream.store != NGX_CONF_UNSET) { in ngx_http_uwsgi_store()
[all …]
H A Dngx_http_scgi_module.c1201 conf->upstream.store = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1204 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1207 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1210 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1229 conf->upstream.cache = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1235 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1238 conf->upstream.cache_revalidate = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1281 if (conf->upstream.store == NGX_CONF_UNSET) { in ngx_http_scgi_merge_loc_conf()
1453 if (conf->upstream.cache == NGX_CONF_UNSET) { in ngx_http_scgi_merge_loc_conf()
1887 if (scf->upstream.store != NGX_CONF_UNSET) { in ngx_http_scgi_store()
[all …]
H A Dngx_http_userid_filter_module.c514 if (conf->service == NGX_CONF_UNSET) { in ngx_http_userid_create_uid()
525 if (conf->service == NGX_CONF_UNSET) { in ngx_http_userid_create_uid()
668 conf->service = NGX_CONF_UNSET; in ngx_http_userid_create_conf()
669 conf->expires = NGX_CONF_UNSET; in ngx_http_userid_create_conf()
690 ngx_conf_merge_value(conf->service, prev->service, NGX_CONF_UNSET); in ngx_http_userid_merge_conf()
771 if (ucf->expires != NGX_CONF_UNSET) { in ngx_http_userid_expires()
H A Dngx_http_referer_module.c310 conf->no_referer = NGX_CONF_UNSET; in ngx_http_referer_create_conf()
311 conf->blocked_referer = NGX_CONF_UNSET; in ngx_http_referer_create_conf()
457 if (conf->no_referer == NGX_CONF_UNSET) { in ngx_http_referer_merge_conf()
461 if (conf->blocked_referer == NGX_CONF_UNSET) { in ngx_http_referer_merge_conf()
H A Dngx_http_proxy_module.c2854 conf->upstream.store = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2857 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2860 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2882 conf->upstream.cache = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2888 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2904 conf->upstream.ssl_verify = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2912 conf->redirect = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2926 conf->kernel_network_stack = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2959 if (conf->upstream.store == NGX_CONF_UNSET) { in ngx_http_proxy_merge_loc_conf()
3131 if (conf->upstream.cache == NGX_CONF_UNSET) { in ngx_http_proxy_merge_loc_conf()
[all …]
H A Dngx_http_fastcgi_module.c2722 conf->upstream.store = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2725 conf->upstream.buffering = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2728 conf->upstream.force_ranges = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2731 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2750 conf->upstream.cache = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2756 conf->upstream.cache_lock = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2775 conf->keep_conn = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2806 if (conf->upstream.store == NGX_CONF_UNSET) { in ngx_http_fastcgi_merge_loc_conf()
2979 if (conf->upstream.cache == NGX_CONF_UNSET) { in ngx_http_fastcgi_merge_loc_conf()
3612 if (flcf->upstream.store != NGX_CONF_UNSET) { in ngx_http_fastcgi_store()
[all …]
H A Dngx_http_memcached_module.c605 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_memcached_create_loc_conf()
629 conf->index = NGX_CONF_UNSET; in ngx_http_memcached_create_loc_conf()
682 if (conf->index == NGX_CONF_UNSET) { in ngx_http_memcached_merge_loc_conf()
H A Dngx_http_mirror_module.c189 mlcf->request_body = NGX_CONF_UNSET; in ngx_http_mirror_create_loc_conf()
H A Dngx_http_gzip_filter_module.c1170 conf->enable = NGX_CONF_UNSET; in ngx_http_gzip_create_conf()
1171 conf->no_buffer = NGX_CONF_UNSET; in ngx_http_gzip_create_conf()
1174 conf->level = NGX_CONF_UNSET; in ngx_http_gzip_create_conf()
1177 conf->min_length = NGX_CONF_UNSET; in ngx_http_gzip_create_conf()
H A Dngx_http_random_index_module.c283 conf->enable = NGX_CONF_UNSET; in ngx_http_random_index_create_loc_conf()
H A Dngx_http_autoindex_module.c1031 conf->enable = NGX_CONF_UNSET; in ngx_http_autoindex_create_loc_conf()
1033 conf->localtime = NGX_CONF_UNSET; in ngx_http_autoindex_create_loc_conf()
1034 conf->exact_size = NGX_CONF_UNSET; in ngx_http_autoindex_create_loc_conf()
H A Dngx_http_charset_filter_module.c1407 if (*cp != NGX_CONF_UNSET) { in ngx_http_set_charset_slot()
1540 lcf->charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1541 lcf->source_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
1542 lcf->override_charset = NGX_CONF_UNSET; in ngx_http_charset_create_loc_conf()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c257 scf->enable = NGX_CONF_UNSET; in ngx_mail_ssl_create_conf()
262 scf->prefer_server_ciphers = NGX_CONF_UNSET; in ngx_mail_ssl_create_conf()
265 scf->builtin_session_cache = NGX_CONF_UNSET; in ngx_mail_ssl_create_conf()
266 scf->session_timeout = NGX_CONF_UNSET; in ngx_mail_ssl_create_conf()
267 scf->session_tickets = NGX_CONF_UNSET; in ngx_mail_ssl_create_conf()
644 if (scf->shm_zone && scf->builtin_session_cache == NGX_CONF_UNSET) { in ngx_mail_ssl_session_cache()
H A Dngx_mail_proxy_module.c1106 pcf->enable = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1107 pcf->pass_error_message = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
1108 pcf->xclient = NGX_CONF_UNSET; in ngx_mail_proxy_create_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3421 clcf->internal = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3422 clcf->sendfile = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3425 clcf->aio = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3426 clcf->aio_write = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3432 clcf->directio = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3434 clcf->tcp_nopush = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3435 clcf->tcp_nodelay = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3452 clcf->msie_padding = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3458 clcf->etag = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3470 clcf->gzip_vary = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
[all …]
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c598 scf->prefer_server_ciphers = NGX_CONF_UNSET; in ngx_stream_ssl_create_conf()
601 scf->builtin_session_cache = NGX_CONF_UNSET; in ngx_stream_ssl_create_conf()
602 scf->session_timeout = NGX_CONF_UNSET; in ngx_stream_ssl_create_conf()
603 scf->session_tickets = NGX_CONF_UNSET; in ngx_stream_ssl_create_conf()
1022 if (scf->shm_zone && scf->builtin_session_cache == NGX_CONF_UNSET) { in ngx_stream_ssl_session_cache()
H A Dngx_stream_proxy_module.c1989 conf->next_upstream = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1990 conf->proxy_protocol = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1992 conf->socket_keepalive = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1995 conf->ssl_enable = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1996 conf->ssl_session_reuse = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1997 conf->ssl_server_name = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
1998 conf->ssl_verify = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
2004 conf->kernel_network_stack = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event.c531 && (ccf->rlimit_nofile == NGX_CONF_UNSET in ngx_event_module_init()
534 limit = (ccf->rlimit_nofile == NGX_CONF_UNSET) ? in ngx_event_module_init()
1288 ecf->multi_accept = NGX_CONF_UNSET; in ngx_event_core_create_conf()
1289 ecf->accept_mutex = NGX_CONF_UNSET; in ngx_event_core_create_conf()
1291 ecf->name = (void *) NGX_CONF_UNSET; in ngx_event_core_create_conf()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_devpoll_module.c544 dpcf->changes = NGX_CONF_UNSET; in ngx_devpoll_create_conf()
545 dpcf->events = NGX_CONF_UNSET; in ngx_devpoll_create_conf()
H A Dngx_kqueue_module.c730 kcf->changes = NGX_CONF_UNSET; in ngx_kqueue_create_conf()
731 kcf->events = NGX_CONF_UNSET; in ngx_kqueue_create_conf()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c423 h2lcf->push_preload = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()
424 h2lcf->push = NGX_CONF_UNSET; in ngx_http_v2_create_loc_conf()

12