Searched refs:nghttp2_bufs_addb (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_hd_huffman.c | 75 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 56)); in nghttp2_hd_huff_encode() 87 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 56)); in nghttp2_hd_huff_encode() 96 rv = nghttp2_bufs_addb( in nghttp2_hd_huff_encode()
|
D | nghttp2_buf.h | 287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
|
D | nghttp2_buf.c | 381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
|
D | nghttp2_hd.c | 1077 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
|
/third_party/nghttp2/lib/ |
D | nghttp2_hd_huffman.c | 75 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 56)); in nghttp2_hd_huff_encode() 87 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 56)); in nghttp2_hd_huff_encode() 96 rv = nghttp2_bufs_addb( in nghttp2_hd_huff_encode()
|
D | nghttp2_buf.h | 287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
|
D | libnghttp2_shared.map | 14 nghttp2_bufs_addb;
|
D | nghttp2_buf.c | 381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
|
D | nghttp2_hd.c | 1082 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
|
/third_party/nghttp2/tests/ |
D | nghttp2_buf_test.c | 97 rv = nghttp2_bufs_addb(&bufs, 14); in test_nghttp2_bufs_addb() 104 rv = nghttp2_bufs_addb(&bufs, 254); in test_nghttp2_bufs_addb() 113 rv = nghttp2_bufs_addb(&bufs, 253); in test_nghttp2_bufs_addb() 308 rv = nghttp2_bufs_addb(&bufs, 1); in test_nghttp2_bufs_next_present()
|
D | nghttp2_hd_test.c | 205 nghttp2_bufs_addb(&bufs, (1 << 7) | 4); in test_nghttp2_hd_inflate_indexed() 220 nghttp2_bufs_addb(&bufs, 1 << 7); in test_nghttp2_hd_inflate_indexed()
|