Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c37 ngx_array_t *scgi_lengths; member
500 if (scf->scgi_lengths) { in ngx_http_scgi_handler()
562 if (ngx_http_script_run(r, &url.url, scf->scgi_lengths->elts, 0, in ngx_http_scgi_eval()
1557 && conf->upstream.upstream == NULL && conf->scgi_lengths == NULL) in ngx_http_scgi_merge_loc_conf()
1560 conf->scgi_lengths = prev->scgi_lengths; in ngx_http_scgi_merge_loc_conf()
1565 && (conf->upstream.upstream || conf->scgi_lengths)) in ngx_http_scgi_merge_loc_conf()
1829 if (scf->upstream.upstream || scf->scgi_lengths) { in ngx_http_scgi_pass()
1848 sc.lengths = &scf->scgi_lengths; in ngx_http_scgi_pass()