Searched refs:pushing (Results 1 – 8 of 8) sorted by relevance
127 ngx_uint_t pushing; member
396 && (h2c->state.incomplete || h2c->processing || h2c->pushing)) in ngx_http_v2_read_handler()436 if (h2c->processing || h2c->pushing) { in ngx_http_v2_read_handler()620 if (h2c->last_out || h2c->processing || h2c->pushing) { in ngx_http_v2_handle_connection()3125 h2c->pushing++; in ngx_http_v2_create_stream()4310 node->id, stream->queued, h2c->processing, h2c->pushing); in ngx_http_v2_close_stream()4418 h2c->pushing--; in ngx_http_v2_close_stream()4424 if (h2c->processing || h2c->pushing || h2c->blocked) { in ngx_http_v2_close_stream()4580 if (!h2c->processing && !h2c->pushing) { in ngx_http_v2_finalize_connection()4629 if (h2c->processing || h2c->pushing) { in ngx_http_v2_finalize_connection()
927 h2c->pushing, h2c->concurrent_pushes); in ngx_http_v2_push_resource()929 if (h2c->pushing >= h2c->concurrent_pushes) { in ngx_http_v2_push_resource()
154 reduces the latency of the packets by pushing the header directly through
25 commands through the network and wait for the response before pushing the next command.
83 of the packets by pushing the header directly through the PCI to the
659 from traffic instead of pushing them. They can be used multiple times as
547 /* analyze the amount of consumed and produced data before pushing next op*/