Searched refs:nghttp2_ksl_nth_node (Results 1 – 4 of 4) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_ksl.c | 86 ksl_free_blk(ksl, nghttp2_ksl_nth_node(ksl, blk, i)->blk); in ksl_free_blk() 153 nghttp2_ksl_blk *lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk, *rblk; in ksl_split_node() 164 node = nghttp2_ksl_nth_node(ksl, blk, i + 1); in ksl_split_node() 168 nghttp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_node() 170 node = nghttp2_ksl_nth_node(ksl, blk, i); in ksl_split_node() 172 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_node() 207 node = nghttp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head() 209 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head() 212 node = nghttp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head() 214 nghttp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_head() [all …]
|
D | nghttp2_ksl.h | 253 #define nghttp2_ksl_nth_node(KSL, BLK, N) \ macro 313 ((nghttp2_ksl_key *)nghttp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->key)
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_ksl.c | 86 ksl_free_blk(ksl, nghttp2_ksl_nth_node(ksl, blk, i)->blk); in ksl_free_blk() 153 nghttp2_ksl_blk *lblk = nghttp2_ksl_nth_node(ksl, blk, i)->blk, *rblk; in ksl_split_node() 164 node = nghttp2_ksl_nth_node(ksl, blk, i + 1); in ksl_split_node() 168 nghttp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_node() 170 node = nghttp2_ksl_nth_node(ksl, blk, i); in ksl_split_node() 172 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_node() 207 node = nghttp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head() 209 nghttp2_ksl_nth_node(ksl, lblk, lblk->n - 1)->key); in ksl_split_head() 212 node = nghttp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head() 214 nghttp2_ksl_nth_node(ksl, rblk, rblk->n - 1)->key); in ksl_split_head() [all …]
|
D | nghttp2_ksl.h | 253 #define nghttp2_ksl_nth_node(KSL, BLK, N) \ macro 313 ((nghttp2_ksl_key *)nghttp2_ksl_nth_node((IT)->ksl, (IT)->blk, (IT)->i)->key)
|