Lines Matching defs:bufs
305 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
361 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
433 void nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
456 void nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
479 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
554 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
597 void nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
619 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
691 void nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
715 void nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
789 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin()
891 void nghttp2_frame_pack_priority_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_priority_update()
1174 void nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()