Searched refs:noname (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.c | 732 if (clcf->noname) { in ngx_http_init_locations() 867 || clcf->named || clcf->noname) in ngx_http_add_location() 902 if (first->noname && !second->noname) { in ngx_http_cmp_locations() 907 if (!first->noname && second->noname) { in ngx_http_cmp_locations() 912 if (first->noname || second->noname) { in ngx_http_cmp_locations()
|
| H A D | ngx_http_core_module.h | 311 unsigned noname:1; /* "if () {}" block or limit_except */ member
|
| H A D | ngx_http_core_module.c | 968 (clcf->noname ? "*" : (clcf->exact_match ? "=" : "")), in ngx_http_core_find_config_phase() 4444 clcf->noname = 1; in ngx_http_core_limit_except()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_jail.c | 123 const char *noname; member 363 ? bf->name : bf->noname); in kern_jail() 634 vfs_flagopt(opts, bf->noname, &ch_flags, bf->flag); in kern_jail_set() 698 vfs_flagopt(opts, bf->noname, &ch_allow, bf->flag); in kern_jail_set() 2199 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get() 2223 error = vfs_setopt(opts, bf->noname, &i, sizeof(i)); in kern_jail_get() 4126 bf->noname = allow_noname; in prison_add_allow()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_rewrite_module.c | 578 clcf->noname = 1; in ngx_http_rewrite_if()
|
| H A D | ngx_http_scgi_module.c | 1556 if (clcf->noname in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 3341 if (clcf->noname in ngx_http_proxy_merge_loc_conf() 3704 || clcf->noname) in ngx_http_proxy_pass()
|
| H A D | ngx_http_uwsgi_module.c | 1817 if (clcf->noname in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 3089 if (clcf->noname in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 4322 if (clcf->noname && conf->upstream.upstream == NULL) { in ngx_http_grpc_merge_loc_conf()
|