Searched refs:ngx_http_v2_index (Results 1 – 1 of 1) sorted by relevance
135 #define ngx_http_v2_index(h2scf, sid) ((sid >> 1) & h2scf->streams_index_mask) macro2602 index = ngx_http_v2_index(h2scf, h2c->last_push); in ngx_http_v2_push_stream()3148 index = ngx_http_v2_index(h2scf, sid); 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()