Home
last modified time | relevance | path

Searched refs:ngx_http_v2_main_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.h20 } ngx_http_v2_main_conf_t; typedef
H A Dngx_http_v2_module.c61 offsetof(ngx_http_v2_main_conf_t, recv_buffer_size),
318 ngx_http_v2_main_conf_t *h2mcf; in ngx_http_v2_create_main_conf()
320 h2mcf = ngx_pcalloc(cf->pool, sizeof(ngx_http_v2_main_conf_t)); in ngx_http_v2_create_main_conf()
334 ngx_http_v2_main_conf_t *h2mcf = conf; in ngx_http_v2_init_main_conf()
H A Dngx_http_v2.c236 ngx_http_v2_main_conf_t *h2mcf; in ngx_http_v2_init()
338 ngx_http_v2_main_conf_t *h2mcf; in ngx_http_v2_read_handler()