Searched refs:last_push (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.h | 155 ngx_uint_t last_push; member
|
| H A D | ngx_http_v2_filter_module.c | 933 if (h2c->last_push == 0x7ffffffe) { in ngx_http_v2_push_resource() 1236 h2c->last_push += 2; in ngx_http_v2_create_push_frame() 1238 b->last = ngx_http_v2_write_sid(b->last, h2c->last_push); in ngx_http_v2_create_push_frame() 1294 stream->node->id, frame, h2c->last_push, in ngx_http_v2_create_push_frame()
|
| H A D | ngx_http_v2.c | 2588 node = ngx_http_v2_get_node_by_id(h2c, h2c->last_push, 1); in ngx_http_v2_push_stream() 2602 index = ngx_http_v2_index(h2scf, h2c->last_push); in ngx_http_v2_push_stream() 2631 h2c->last_push, parent->node->id); in ngx_http_v2_push_stream() 2711 if (ngx_http_v2_send_rst_stream(h2c, h2c->last_push, in ngx_http_v2_push_stream()
|