Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c25 ngx_array_t *headers_source; member
321 offsetof(ngx_http_grpc_loc_conf_t, headers_source),
4334 if (conf->headers_source == NULL) { in ngx_http_grpc_merge_loc_conf()
4336 conf->headers_source = prev->headers_source; in ngx_http_grpc_merge_loc_conf()
4352 && conf->headers_source == prev->headers_source) in ngx_http_grpc_merge_loc_conf()
4403 if (conf->headers_source) { in ngx_http_grpc_init_headers()
4405 src = conf->headers_source->elts; in ngx_http_grpc_init_headers()
4406 for (i = 0; i < conf->headers_source->nelts; i++) { in ngx_http_grpc_init_headers()
H A Dngx_http_proxy_module.c67 ngx_array_t *headers_source; member
370 offsetof(ngx_http_proxy_loc_conf_t, headers_source),
3386 if (conf->headers_source == NULL) { in ngx_http_proxy_merge_loc_conf()
3391 conf->headers_source = prev->headers_source; in ngx_http_proxy_merge_loc_conf()
3418 && conf->headers_source == prev->headers_source) in ngx_http_proxy_merge_loc_conf()
3477 if (conf->headers_source) { in ngx_http_proxy_init_headers()
3479 src = conf->headers_source->elts; in ngx_http_proxy_init_headers()
3480 for (i = 0; i < conf->headers_source->nelts; i++) { in ngx_http_proxy_init_headers()