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()
435 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) { in nghttp2_frame_pack_priority()
460 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, in nghttp2_frame_pack_rst_stream()
485 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame) { in nghttp2_frame_pack_settings()
560 int nghttp2_frame_pack_push_promise(nghttp2_bufs *bufs, in nghttp2_frame_pack_push_promise()
604 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) { in nghttp2_frame_pack_ping()
628 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) { in nghttp2_frame_pack_goaway()
700 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
726 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_altsvc()
802 int nghttp2_frame_pack_origin(nghttp2_bufs *bufs, nghttp2_extension *frame) { in nghttp2_frame_pack_origin()
904 int nghttp2_frame_pack_priority_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_priority_update()
1189 int nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()