Home
last modified time | relevance | path

Searched refs:nghttp2_bufs_addb (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/lib/
H A 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()
H A Dnghttp2_buf.h287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
290 * Behaves like nghttp2_bufs_addb(), but this does not update
H A Dnghttp2_buf.c381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
H A Dnghttp2_hd.c1082 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
/third_party/node/deps/nghttp2/lib/
H A 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()
H A Dnghttp2_buf.h287 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
290 * Behaves like nghttp2_bufs_addb(), but this does not update
H A Dnghttp2_buf.c381 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) { in nghttp2_bufs_addb() function
H A Dnghttp2_hd.c1082 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()
/third_party/nghttp2/tests/
H A Dnghttp2_buf_test.c99 rv = nghttp2_bufs_addb(&bufs, 14); in test_nghttp2_bufs_addb()
106 rv = nghttp2_bufs_addb(&bufs, 254); in test_nghttp2_bufs_addb()
115 rv = nghttp2_bufs_addb(&bufs, 253); in test_nghttp2_bufs_addb()
310 rv = nghttp2_bufs_addb(&bufs, 1); in test_nghttp2_bufs_next_present()
H A 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()

Completed in 11 milliseconds