Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_uwsgi_module.c38 ngx_array_t *uwsgi_lengths; member
657 if (uwcf->uwsgi_lengths == NULL) { in ngx_http_uwsgi_handler()
732 if (ngx_http_script_run(r, &url.url, uwcf->uwsgi_lengths->elts, 0, in ngx_http_uwsgi_eval()
1818 && conf->upstream.upstream == NULL && conf->uwsgi_lengths == NULL) in ngx_http_uwsgi_merge_loc_conf()
1822 conf->uwsgi_lengths = prev->uwsgi_lengths; in ngx_http_uwsgi_merge_loc_conf()
1831 && (conf->upstream.upstream || conf->uwsgi_lengths)) in ngx_http_uwsgi_merge_loc_conf()
2099 if (uwcf->upstream.upstream || uwcf->uwsgi_lengths) { in ngx_http_uwsgi_pass()
2118 sc.lengths = &uwcf->uwsgi_lengths; in ngx_http_uwsgi_pass()