Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_fastcgi_module.c40 ngx_array_t *fastcgi_lengths; member
701 if (flcf->fastcgi_lengths) { in ngx_http_fastcgi_handler()
766 if (ngx_http_script_run(r, &url.url, flcf->fastcgi_lengths->elts, 0, in ngx_http_fastcgi_eval()
3090 && conf->upstream.upstream == NULL && conf->fastcgi_lengths == NULL) in ngx_http_fastcgi_merge_loc_conf()
3093 conf->fastcgi_lengths = prev->fastcgi_lengths; in ngx_http_fastcgi_merge_loc_conf()
3098 && (conf->upstream.upstream || conf->fastcgi_lengths)) in ngx_http_fastcgi_merge_loc_conf()
3507 if (flcf->upstream.upstream || flcf->fastcgi_lengths) { in ngx_http_fastcgi_pass()
3531 sc.lengths = &flcf->fastcgi_lengths; in ngx_http_fastcgi_pass()