Home
last modified time | relevance | path

Searched refs:noname (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c732 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 Dngx_http_core_module.h311 unsigned noname:1; /* "if () {}" block or limit_except */ member
H A Dngx_http_core_module.c968 (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 Dkern_jail.c123 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 Dngx_http_rewrite_module.c578 clcf->noname = 1; in ngx_http_rewrite_if()
H A Dngx_http_scgi_module.c1556 if (clcf->noname in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_proxy_module.c3341 if (clcf->noname in ngx_http_proxy_merge_loc_conf()
3704 || clcf->noname) in ngx_http_proxy_pass()
H A Dngx_http_uwsgi_module.c1817 if (clcf->noname in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c3089 if (clcf->noname in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c4322 if (clcf->noname && conf->upstream.upstream == NULL) { in ngx_http_grpc_merge_loc_conf()