Searched refs:headers_source (Results 1 – 2 of 2) sorted by relevance
25 ngx_array_t *headers_source; member321 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()
67 ngx_array_t *headers_source; member370 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()