Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h218 ngx_array_t *store_lengths; member
H A Dngx_http_upstream.c4096 if (u->conf->store_lengths == NULL) { in ngx_http_upstream_store()
4103 if (ngx_http_script_run(r, &path, u->conf->store_lengths->elts, 0, in ngx_http_upstream_store()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1284 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_scgi_merge_loc_conf()
1917 sc.lengths = &scf->upstream.store_lengths; in ngx_http_scgi_store()
H A Dngx_http_uwsgi_module.c1505 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_uwsgi_merge_loc_conf()
2212 sc.lengths = &uwcf->upstream.store_lengths; in ngx_http_uwsgi_store()
H A Dngx_http_fastcgi_module.c2810 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_fastcgi_merge_loc_conf()
3642 sc.lengths = &flcf->upstream.store_lengths; in ngx_http_fastcgi_store()
H A Dngx_http_proxy_module.c2963 conf->upstream.store_lengths = prev->upstream.store_lengths; in ngx_http_proxy_merge_loc_conf()
4120 sc.lengths = &plcf->upstream.store_lengths; in ngx_http_proxy_store()