Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c256 len = h2c->table_update ? 1 : 0; in ngx_http_v2_header_filter()
446 if (h2c->table_update) { in ngx_http_v2_header_filter()
450 h2c->table_update = 0; in ngx_http_v2_header_filter()
994 len = (h2c->table_update ? 1 : 0) in ngx_http_v2_push_resource()
1010 if (h2c->table_update) { in ngx_http_v2_push_resource()
1014 h2c->table_update = 0; in ngx_http_v2_push_resource()
H A Dngx_http_v2.h159 unsigned table_update:1; member
H A Dngx_http_v2.c2095 h2c->table_update = 1; in ngx_http_v2_state_settings_params()