Searched refs:skip_empty (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 635 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 D | ngx_http_uwsgi_module.c | 835 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 D | ngx_http_fastcgi_module.c | 838 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 D | ngx_http_upstream.h | 411 ngx_uint_t skip_empty; member
|
| H A D | ngx_http_upstream.c | 6260 param->skip_empty = 0; in ngx_http_upstream_param_set_slot() 6269 param->skip_empty = 1; in ngx_http_upstream_param_set_slot()
|