Searched refs:ngx_http_add_location (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http.h | 79 ngx_int_t ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations,
|
| H A D | ngx_http.c | 843 ngx_http_add_location(ngx_conf_t *cf, ngx_queue_t **locations, in ngx_http_add_location() function
|
| H A D | ngx_http_core_module.c | 3044 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_core_location() 4447 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_core_limit_except()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_rewrite_module.c | 580 if (ngx_http_add_location(cf, &pclcf->locations, clcf) != NGX_OK) { in ngx_http_rewrite_if()
|