Lines Matching defs:bufs
917 static int emit_table_size(nghttp2_bufs *bufs, size_t table_size) { in emit_table_size()
945 static int emit_indexed_block(nghttp2_bufs *bufs, size_t idx) { in emit_indexed_block()
971 static int emit_string(nghttp2_bufs *bufs, const uint8_t *str, size_t len) { in emit_string()
1032 static int emit_indname_block(nghttp2_bufs *bufs, size_t idx, in emit_indname_block()
1074 static int emit_newname_block(nghttp2_bufs *bufs, const nghttp2_nv *nv, in emit_newname_block()
1342 static int deflate_nv(nghttp2_hd_deflater *deflater, nghttp2_bufs *bufs, in deflate_nv()
1441 nghttp2_bufs *bufs, const nghttp2_nv *nv, in nghttp2_hd_deflate_hd_bufs()
1494 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd() local
1526 nghttp2_bufs bufs; in nghttp2_hd_deflate_hd_vec() local
2285 int nghttp2_hd_emit_indname_block(nghttp2_bufs *bufs, size_t idx, in nghttp2_hd_emit_indname_block()
2291 int nghttp2_hd_emit_newname_block(nghttp2_bufs *bufs, nghttp2_nv *nv, in nghttp2_hd_emit_newname_block()
2296 int nghttp2_hd_emit_table_size(nghttp2_bufs *bufs, size_t table_size) { in nghttp2_hd_emit_table_size()