Lines Matching defs:bufs
280 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
336 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
410 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
435 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
460 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
535 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
579 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
603 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
677 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
703 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
779 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin()
1110 int nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()