Lines Matching refs:nghttp2_bufs
935 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) in emit_table_size()
964 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) in emit_indexed_block()
991 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) in emit_string()
1055 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block()
1099 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1376 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1476 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs()
1529 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd()
1562 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec()
2345 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, in nghttp2_hd_emit_indname_block()
2351 int nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv, in nghttp2_hd_emit_newname_block()
2357 int nghttp2_hd_emit_table_size(nghttp2_bufs *bufs, size_t table_size) in nghttp2_hd_emit_table_size()