Searched refs:veclen (Results 1 – 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
D | nghttp2_buf.c | 230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2() argument 236 if (veclen == 0) { in nghttp2_bufs_wrap_init2() 240 head_chain = nghttp2_mem_malloc(mem, sizeof(nghttp2_buf_chain) * veclen); in nghttp2_bufs_wrap_init2() 245 for (i = 0; i < veclen; ++i) { in nghttp2_bufs_wrap_init2() 262 bufs->chunk_used = veclen; in nghttp2_bufs_wrap_init2() 263 bufs->max_chunk = veclen; in nghttp2_bufs_wrap_init2() 264 bufs->chunk_keep = veclen; in nghttp2_bufs_wrap_init2()
|
D | nghttp2_buf.h | 235 size_t veclen, nghttp2_mem *mem);
|
D | nghttp2_hd.c | 1524 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec() argument 1533 rv = nghttp2_bufs_wrap_init2(&bufs, vec, veclen, mem); in nghttp2_hd_deflate_hd_vec()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_buf.c | 230 size_t veclen, nghttp2_mem *mem) { in nghttp2_bufs_wrap_init2() argument 236 if (veclen == 0) { in nghttp2_bufs_wrap_init2() 240 head_chain = nghttp2_mem_malloc(mem, sizeof(nghttp2_buf_chain) * veclen); in nghttp2_bufs_wrap_init2() 245 for (i = 0; i < veclen; ++i) { in nghttp2_bufs_wrap_init2() 262 bufs->chunk_used = veclen; in nghttp2_bufs_wrap_init2() 263 bufs->max_chunk = veclen; in nghttp2_bufs_wrap_init2() 264 bufs->chunk_keep = veclen; in nghttp2_bufs_wrap_init2()
|
D | nghttp2_buf.h | 235 size_t veclen, nghttp2_mem *mem);
|
D | nghttp2_hd.c | 1518 const nghttp2_vec *vec, size_t veclen, in nghttp2_hd_deflate_hd_vec() argument 1527 rv = nghttp2_bufs_wrap_init2(&bufs, vec, veclen, mem); in nghttp2_hd_deflate_hd_vec()
|
/third_party/ffmpeg/libavcodec/ |
D | ilbcdec.c | 721 int16_t veclen) in construct_vector() argument 740 get_codebook(cbvec0, mem, index[0], lMem, veclen); in construct_vector() 741 get_codebook(cbvec1, mem, index[1], lMem, veclen); in construct_vector() 742 get_codebook(cbvec2, mem, index[2], lMem, veclen); in construct_vector() 745 for (j = 0; j < veclen; j++) { in construct_vector()
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 4956 size_t veclen,
|
/third_party/nghttp2/lib/includes/nghttp2/ |
D | nghttp2.h | 5289 size_t veclen,
|