Searched refs:streams_index (Results 1 – 2 of 2) sorted by relevance
147 ngx_http_v2_node_t **streams_index; member
293 h2c->streams_index = ngx_pcalloc(c->pool, ngx_http_v2_index_size(h2scf) in ngx_http_v2_init()295 if (h2c->streams_index == NULL) { in ngx_http_v2_init()2603 h2c->streams_index[index] = node->index; in ngx_http_v2_push_stream()3150 for (node = h2c->streams_index[index]; node; node = node->index) { in ngx_http_v2_get_node_by_id()3175 node->index = h2c->streams_index[index]; in ngx_http_v2_get_node_by_id()3176 h2c->streams_index[index] = node; in ngx_http_v2_get_node_by_id()3201 next = &h2c->streams_index[ngx_http_v2_index(h2scf, node->id)]; in ngx_http_v2_get_closed_node()4597 for (node = h2c->streams_index[i]; node; node = node->index) { in ngx_http_v2_finalize_connection()4653 for (node = h2c->streams_index[i]; node; node = node->index) { in ngx_http_v2_adjust_windows()