Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c635 ngx_uint_t i, n, hash, skip_empty, header_params; in ngx_http_scgi_create_request() local
685 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
692 if (skip_empty && val_len == 0) { in ngx_http_scgi_create_request()
804 skip_empty = lcode(&le); in ngx_http_scgi_create_request()
811 if (skip_empty && val_len == 0) { in ngx_http_scgi_create_request()
1701 s->skip_empty = 1; in ngx_http_scgi_init_params()
1750 copy->len = src[i].skip_empty; in ngx_http_scgi_init_params()
H A Dngx_http_uwsgi_module.c835 ngx_uint_t i, n, hash, skip_empty, header_params; in ngx_http_uwsgi_create_request() local
873 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
880 if (skip_empty && val_len == 0) { in ngx_http_uwsgi_create_request()
1009 skip_empty = lcode(&le); in ngx_http_uwsgi_create_request()
1016 if (skip_empty && val_len == 0) { in ngx_http_uwsgi_create_request()
1970 s->skip_empty = 1; in ngx_http_uwsgi_init_params()
2019 copy->len = src[i].skip_empty; in ngx_http_uwsgi_init_params()
H A Dngx_http_fastcgi_module.c838 ngx_uint_t i, n, next, hash, skip_empty, header_params; in ngx_http_fastcgi_create_request() local
880 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
887 if (skip_empty && val_len == 0) { in ngx_http_fastcgi_create_request()
1041 skip_empty = lcode(&le); in ngx_http_fastcgi_create_request()
1048 if (skip_empty && val_len == 0) { in ngx_http_fastcgi_create_request()
3241 s->skip_empty = 1; in ngx_http_fastcgi_init_params()
3290 copy->len = src[i].skip_empty; in ngx_http_fastcgi_init_params()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h411 ngx_uint_t skip_empty; member
H A Dngx_http_upstream.c6260 param->skip_empty = 0; in ngx_http_upstream_param_set_slot()
6269 param->skip_empty = 1; in ngx_http_upstream_param_set_slot()