Lines Matching refs:nghttp2_bufs
287 static int frame_pack_headers_shared(nghttp2_bufs *bufs, in frame_pack_headers_shared()
344 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame, in nghttp2_frame_pack_headers()
422 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame) in nghttp2_frame_pack_priority()
449 int nghttp2_frame_pack_rst_stream(nghttp2_bufs *bufs, nghttp2_rst_stream *frame) in nghttp2_frame_pack_rst_stream()
475 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()
600 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame) in nghttp2_frame_pack_ping()
626 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame) in nghttp2_frame_pack_goaway()
704 int nghttp2_frame_pack_window_update(nghttp2_bufs *bufs, in nghttp2_frame_pack_window_update()
732 int nghttp2_frame_pack_altsvc(nghttp2_bufs *bufs, nghttp2_extension *frame) in nghttp2_frame_pack_altsvc()
1029 int nghttp2_frame_add_pad(nghttp2_bufs *bufs, nghttp2_frame_hd *hd, in nghttp2_frame_add_pad()