Searched refs:ngx_keyval_t (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.h | 25 } ngx_keyval_t; typedef
|
| H A D | ngx_conf_file.c | 1135 ngx_keyval_t *kv; in ngx_conf_set_keyval_slot() 1141 *a = ngx_array_create(cf->pool, 4, sizeof(ngx_keyval_t)); in ngx_conf_set_keyval_slot()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 61 ngx_keyval_t *default_params); 457 static ngx_keyval_t ngx_http_scgi_cache_headers[] = { 1615 ngx_http_scgi_params_t *params, ngx_keyval_t *default_params) in ngx_http_scgi_init_params() 1622 ngx_keyval_t *h; in ngx_http_scgi_init_params()
|
| H A D | ngx_http_uwsgi_module.c | 80 ngx_keyval_t *default_params); 612 static ngx_keyval_t ngx_http_uwsgi_cache_headers[] = { 1884 ngx_http_uwsgi_params_t *params, ngx_keyval_t *default_params) in ngx_http_uwsgi_init_params() 1891 ngx_keyval_t *h; in ngx_http_uwsgi_init_params()
|
| H A D | ngx_http_proxy_module.c | 177 ngx_keyval_t *default_headers); 781 static ngx_keyval_t ngx_http_proxy_headers[] = { 809 static ngx_keyval_t ngx_http_proxy_cache_headers[] = { 3438 ngx_http_proxy_headers_t *headers, ngx_keyval_t *default_headers) in ngx_http_proxy_init_headers() 3445 ngx_keyval_t *src, *s, *h; in ngx_http_proxy_init_headers() 3461 if (ngx_array_init(&headers_merged, cf->temp_pool, 4, sizeof(ngx_keyval_t)) in ngx_http_proxy_init_headers()
|
| H A D | ngx_http_grpc_module.c | 193 ngx_keyval_t *default_headers); 480 static ngx_keyval_t ngx_http_grpc_headers[] = { 4364 ngx_http_grpc_headers_t *headers, ngx_keyval_t *default_headers) in ngx_http_grpc_init_headers() 4371 ngx_keyval_t *src, *s, *h; in ngx_http_grpc_init_headers() 4387 if (ngx_array_init(&headers_merged, cf->temp_pool, 4, sizeof(ngx_keyval_t)) in ngx_http_grpc_init_headers()
|
| H A D | ngx_http_fastcgi_module.c | 175 ngx_keyval_t *default_params); 658 static ngx_keyval_t ngx_http_fastcgi_cache_headers[] = { 3155 ngx_http_fastcgi_params_t *params, ngx_keyval_t *default_params) in ngx_http_fastcgi_init_params() 3162 ngx_keyval_t *h; in ngx_http_fastcgi_init_params()
|