Home
last modified time | relevance | path

Searched refs:NGX_CONF_UNSET_PTR (Results 1 – 23 of 23) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h58 #define NGX_CONF_UNSET_PTR (void *) -1 macro
186 if (conf == NGX_CONF_UNSET_PTR) { \
211 if (conf == NGX_CONF_UNSET_PTR) { \
212 conf = (prev == NGX_CONF_UNSET_PTR) ? default : prev; \
H A Dngx_conf_file.c1103 if (*a == NGX_CONF_UNSET_PTR) { in ngx_conf_set_str_array_slot()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_mirror_module.c188 mlcf->mirror = NGX_CONF_UNSET_PTR; in ngx_http_mirror_create_loc_conf()
218 if (mlcf->mirror != NGX_CONF_UNSET_PTR) { in ngx_http_mirror()
230 if (mlcf->mirror == NGX_CONF_UNSET_PTR) { in ngx_http_mirror()
H A Dngx_http_referer_module.c306 conf->regex = NGX_CONF_UNSET_PTR; in ngx_http_referer_create_conf()
307 conf->server_name_regex = NGX_CONF_UNSET_PTR; in ngx_http_referer_create_conf()
598 if (rlcf->regex == NGX_CONF_UNSET_PTR) { in ngx_http_add_regex_referer()
651 if (rlcf->server_name_regex == NGX_CONF_UNSET_PTR) { in ngx_http_add_regex_server_name()
H A Dngx_http_auth_request_module.c318 conf->vars = NGX_CONF_UNSET_PTR; in ngx_http_auth_request_create_conf()
403 if (arcf->vars == NGX_CONF_UNSET_PTR) { in ngx_http_auth_request_set()
H A Dngx_http_ssl_module.c574 sscf->certificates = NGX_CONF_UNSET_PTR; in ngx_http_ssl_create_srv_conf()
575 sscf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_http_ssl_create_srv_conf()
576 sscf->passwords = NGX_CONF_UNSET_PTR; in ngx_http_ssl_create_srv_conf()
580 sscf->session_ticket_keys = NGX_CONF_UNSET_PTR; in ngx_http_ssl_create_srv_conf()
975 if (sscf->passwords != NGX_CONF_UNSET_PTR) { in ngx_http_ssl_password_file()
H A Dngx_http_uwsgi_module.c1422 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1445 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1446 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1447 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1455 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1456 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
1465 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_uwsgi_create_loc_conf()
2326 if (uwcf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_http_uwsgi_ssl_password_file()
H A Dngx_http_scgi_module.c1209 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
1232 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
1233 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
1234 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
1242 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
1243 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_scgi_create_loc_conf()
H A Dngx_http_proxy_module.c2862 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2885 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2886 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2887 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2896 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2897 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2906 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2915 conf->cookie_domains = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
2916 conf->cookie_paths = NGX_CONF_UNSET_PTR; in ngx_http_proxy_create_loc_conf()
3985 if (plcf->cookie_paths == NGX_CONF_UNSET_PTR) { in ngx_http_proxy_cookie_path()
[all …]
H A Dngx_http_log_module.c1171 conf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_http_log_create_loc_conf()
1187 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_http_log_merge_loc_conf()
1193 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_http_log_merge_loc_conf()
1769 if (llcf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_http_log_open_file_cache()
H A Dngx_http_fastcgi_module.c2730 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2753 conf->upstream.cache_bypass = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2754 conf->upstream.no_cache = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2755 conf->upstream.cache_valid = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2763 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2764 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
2773 conf->catch_stderr = NGX_CONF_UNSET_PTR; in ngx_http_fastcgi_create_loc_conf()
H A Dngx_http_memcached_module.c604 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_grpc_module.c4174 conf->upstream.local = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
4184 conf->upstream.hide_headers = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
4185 conf->upstream.pass_headers = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
4194 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_http_grpc_create_loc_conf()
4617 if (glcf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_http_grpc_ssl_password_file()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_ssl_module.c259 scf->certificates = NGX_CONF_UNSET_PTR; in ngx_mail_ssl_create_conf()
260 scf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_mail_ssl_create_conf()
261 scf->passwords = NGX_CONF_UNSET_PTR; in ngx_mail_ssl_create_conf()
268 scf->session_ticket_keys = NGX_CONF_UNSET_PTR; in ngx_mail_ssl_create_conf()
531 if (scf->passwords != NGX_CONF_UNSET_PTR) { in ngx_mail_ssl_password_file()
H A Dngx_mail_core_module.c175 cscf->resolver = NGX_CONF_UNSET_PTR; in ngx_mail_core_create_srv_conf()
656 if (cscf->resolver != NGX_CONF_UNSET_PTR) { in ngx_mail_core_resolver()
/f-stack/app/nginx-1.16.1/src/http/modules/perl/
H A Dngx_http_perl_module.c473 if (pmcf->modules == NGX_CONF_UNSET_PTR) { in ngx_http_perl_init_interpreter()
489 if (pmcf->modules != NGX_CONF_UNSET_PTR) { in ngx_http_perl_init_interpreter()
583 n = (pmcf->modules != NGX_CONF_UNSET_PTR) ? pmcf->modules->nelts * 2 : 0; in ngx_http_perl_create_interpreter()
648 if (requires == NGX_CONF_UNSET_PTR) { in ngx_http_perl_run_requires()
806 pmcf->modules = NGX_CONF_UNSET_PTR; in ngx_http_perl_create_main_conf()
807 pmcf->requires = NGX_CONF_UNSET_PTR; in ngx_http_perl_create_main_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c595 scf->certificates = NGX_CONF_UNSET_PTR; in ngx_stream_ssl_create_conf()
596 scf->certificate_keys = NGX_CONF_UNSET_PTR; in ngx_stream_ssl_create_conf()
597 scf->passwords = NGX_CONF_UNSET_PTR; in ngx_stream_ssl_create_conf()
604 scf->session_ticket_keys = NGX_CONF_UNSET_PTR; in ngx_stream_ssl_create_conf()
909 if (scf->passwords != NGX_CONF_UNSET_PTR) { in ngx_stream_ssl_password_file()
H A Dngx_stream_log_module.c935 conf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_stream_log_create_srv_conf()
947 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_stream_log_merge_srv_conf()
953 if (conf->open_file_cache == NGX_CONF_UNSET_PTR) { in ngx_stream_log_merge_srv_conf()
1482 if (lscf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_stream_log_open_file_cache()
H A Dngx_stream_proxy_module.c1008 if (pscf->ssl_passwords != NGX_CONF_UNSET_PTR) { in ngx_stream_proxy_ssl_password_file()
1991 conf->local = NGX_CONF_UNSET_PTR; in ngx_stream_proxy_create_srv_conf()
2000 conf->ssl_passwords = NGX_CONF_UNSET_PTR; in ngx_stream_proxy_create_srv_conf()
2257 if (pscf->local != NGX_CONF_UNSET_PTR) { in ngx_stream_proxy_bind()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.c3428 clcf->thread_pool = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3429 clcf->thread_pool_value = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3463 clcf->open_file_cache = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3473 clcf->gzip_disable = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
3483 clcf->disable_symlinks_from = NGX_CONF_UNSET_PTR; in ngx_http_core_create_loc_conf()
4728 if (clcf->open_file_cache != NGX_CONF_UNSET_PTR) { in ngx_http_core_open_file_cache()
4890 if (clcf->gzip_disable == NGX_CONF_UNSET_PTR) { in ngx_http_gzip_disable()
5052 if (clcf->disable_symlinks_from == NGX_CONF_UNSET_PTR) { in ngx_http_disable_symlinks()
H A Dngx_http_upstream.c6093 if (*plocal != NGX_CONF_UNSET_PTR) { in ngx_http_upstream_bind_set_slot()
6286 if (conf->hide_headers == NGX_CONF_UNSET_PTR in ngx_http_upstream_hide_headers_hash()
6287 && conf->pass_headers == NGX_CONF_UNSET_PTR) in ngx_http_upstream_hide_headers_hash()
6299 if (conf->hide_headers == NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash()
6303 if (conf->pass_headers == NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash()
6325 if (conf->hide_headers != NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash()
6354 if (conf->pass_headers != NGX_CONF_UNSET_PTR) { in ngx_http_upstream_hide_headers_hash()
H A Dngx_http_script.c315 if (*a == NGX_CONF_UNSET_PTR) { in ngx_http_set_predicate_slot()
H A Dngx_http_file_cache.c2640 if (*a == NGX_CONF_UNSET_PTR) { in ngx_http_file_cache_valid_set_slot()