Home
last modified time | relevance | path

Searched refs:ngx_http_v2_loc_conf_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_module.c138 offsetof(ngx_http_v2_loc_conf_t, chunk_size),
145 offsetof(ngx_http_v2_loc_conf_t, push_preload),
408 ngx_http_v2_loc_conf_t *h2lcf; in ngx_http_v2_create_loc_conf()
410 h2lcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_loc_conf_t)); in ngx_http_v2_create_loc_conf()
433 ngx_http_v2_loc_conf_t *prev = parent; in ngx_http_v2_merge_loc_conf()
434 ngx_http_v2_loc_conf_t *conf = child; in ngx_http_v2_merge_loc_conf()
453 ngx_http_v2_loc_conf_t *h2lcf = conf; in ngx_http_v2_push()
H A Dngx_http_v2_module.h44 } ngx_http_v2_loc_conf_t; typedef
H A Dngx_http_v2_filter_module.c681 ngx_http_v2_loc_conf_t *h2lcf; in ngx_http_v2_push_resources()
1424 ngx_http_v2_loc_conf_t *h2lcf; in ngx_http_v2_send_chain()