Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c173 static ngx_int_t ngx_http_fastcgi_init_params(ngx_conf_t *cf,
3118 rc = ngx_http_fastcgi_init_params(cf, conf, &conf->params, NULL); in ngx_http_fastcgi_merge_loc_conf()
3126 rc = ngx_http_fastcgi_init_params(cf, conf, &conf->params_cache, in ngx_http_fastcgi_merge_loc_conf()
3154 ngx_http_fastcgi_init_params(ngx_conf_t *cf, ngx_http_fastcgi_loc_conf_t *conf, in ngx_http_fastcgi_init_params() function