Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c35 ngx_array_t *params_source; member
385 offsetof(ngx_http_scgi_loc_conf_t, params_source),
1570 if (conf->params_source == NULL) { in ngx_http_scgi_merge_loc_conf()
1575 conf->params_source = prev->params_source; in ngx_http_scgi_merge_loc_conf()
1601 && conf->params_source == prev->params_source) in ngx_http_scgi_merge_loc_conf()
1633 if (conf->params_source == NULL && default_params == NULL) { in ngx_http_scgi_init_params()
1654 if (conf->params_source) { in ngx_http_scgi_init_params()
1655 src = conf->params_source->elts; in ngx_http_scgi_init_params()
1656 nsrc = conf->params_source->nelts; in ngx_http_scgi_init_params()
H A Dngx_http_uwsgi_module.c36 ngx_array_t *params_source; member
446 offsetof(ngx_http_uwsgi_loc_conf_t, params_source),
1839 if (conf->params_source == NULL) { in ngx_http_uwsgi_merge_loc_conf()
1844 conf->params_source = prev->params_source; in ngx_http_uwsgi_merge_loc_conf()
1870 && conf->params_source == prev->params_source) in ngx_http_uwsgi_merge_loc_conf()
1902 if (conf->params_source == NULL && default_params == NULL) { in ngx_http_uwsgi_init_params()
1923 if (conf->params_source) { in ngx_http_uwsgi_init_params()
1924 src = conf->params_source->elts; in ngx_http_uwsgi_init_params()
1925 nsrc = conf->params_source->nelts; in ngx_http_uwsgi_init_params()
H A Dngx_http_fastcgi_module.c37 ngx_array_t *params_source; member
535 offsetof(ngx_http_fastcgi_loc_conf_t, params_source),
3110 if (conf->params_source == NULL) { in ngx_http_fastcgi_merge_loc_conf()
3115 conf->params_source = prev->params_source; in ngx_http_fastcgi_merge_loc_conf()
3141 && conf->params_source == prev->params_source) in ngx_http_fastcgi_merge_loc_conf()
3173 if (conf->params_source == NULL && default_params == NULL) { in ngx_http_fastcgi_init_params()
3194 if (conf->params_source) { in ngx_http_fastcgi_init_params()
3195 src = conf->params_source->elts; in ngx_http_fastcgi_init_params()
3196 nsrc = conf->params_source->nelts; in ngx_http_fastcgi_init_params()