Searched refs:nhead (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_ksl.c | 188 nghttp2_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local 198 nhead = nghttp2_mem_malloc(ksl->mem, ksl_blklen(ksl->nodelen)); in ksl_split_head() 199 if (nhead == NULL) { in ksl_split_head() 203 nhead->next = nhead->prev = NULL; in ksl_split_head() 204 nhead->n = 2; in ksl_split_head() 205 nhead->leaf = 0; in ksl_split_head() 207 node = nghttp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head() 212 node = nghttp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head() 217 ksl->head = nhead; in ksl_split_head()
|
/third_party/nghttp2/lib/ |
D | nghttp2_ksl.c | 188 nghttp2_ksl_blk *rblk = NULL, *lblk, *nhead = NULL; in ksl_split_head() local 198 nhead = nghttp2_mem_malloc(ksl->mem, ksl_blklen(ksl->nodelen)); in ksl_split_head() 199 if (nhead == NULL) { in ksl_split_head() 203 nhead->next = nhead->prev = NULL; in ksl_split_head() 204 nhead->n = 2; in ksl_split_head() 205 nhead->leaf = 0; in ksl_split_head() 207 node = nghttp2_ksl_nth_node(ksl, nhead, 0); in ksl_split_head() 212 node = nghttp2_ksl_nth_node(ksl, nhead, 1); in ksl_split_head() 217 ksl->head = nhead; in ksl_split_head()
|
/third_party/littlefs/ |
D | lfs.c | 2377 lfs_block_t nhead = head; in lfs_ctz_extend() local 2379 nhead = lfs_tole32(nhead); in lfs_ctz_extend() 2381 nblock, 4*i, &nhead, 4); in lfs_ctz_extend() 2382 nhead = lfs_fromle32(nhead); in lfs_ctz_extend() 2392 NULL, rcache, sizeof(nhead), in lfs_ctz_extend() 2393 nhead, 4*i, &nhead, sizeof(nhead)); in lfs_ctz_extend() 2394 nhead = lfs_fromle32(nhead); in lfs_ctz_extend()
|
/third_party/boost/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 615 auto const nhead = hash_size_ * sizeof(std::uint16_t); 617 auto const needed = nwindow + nprev + nhead + noverlay; 636 buf_.get() + nwindow + nprev + nhead);
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | deflate_stream.ipp | 615 auto const nhead = hash_size_ * sizeof(std::uint16_t); 617 auto const needed = nwindow + nprev + nhead + noverlay; 636 buf_.get() + nwindow + nprev + nhead);
|