Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd_huffman.c71 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 24)); in huff_encode_sym()
78 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 16)); in huff_encode_sym()
85 rv = nghttp2_bufs_addb(bufs, (uint8_t)(code >> 8)); in huff_encode_sym()
92 rv = nghttp2_bufs_addb(bufs, (uint8_t)code); in huff_encode_sym()
A Dnghttp2_buf.h286 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b);
A Dnghttp2_buf.c400 int nghttp2_bufs_addb(nghttp2_bufs *bufs, uint8_t b) in nghttp2_bufs_addb() function
A Dnghttp2_hd.c1108 rv = nghttp2_bufs_addb(bufs, pack_first_byte(indexing_mode)); in emit_newname_block()

Completed in 9 milliseconds