Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_addb (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c75 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()
Dnghttp2_buf.h287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
Dnghttp2_buf.c381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
Dnghttp2_hd.c1077 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c75 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()
Dnghttp2_buf.h287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
Dlibnghttp2_shared.map14 nghttp2_bufs_addb;
Dnghttp2_buf.c381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
Dnghttp2_hd.c1082 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
/third_party/nghttp2/tests/
Dnghttp2_buf_test.c97 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()
Dnghttp2_hd_test.c205 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()