Lines Matching refs:frame
116 size_t nghttp2_frame_headers_payload_nv_offset(nghttp2_headers *frame);
137 int nghttp2_frame_pack_headers(nghttp2_bufs *bufs, nghttp2_headers *frame,
147 int nghttp2_frame_unpack_headers_payload(nghttp2_headers *frame,
159 int nghttp2_frame_pack_priority(nghttp2_bufs *bufs, nghttp2_priority *frame);
164 void nghttp2_frame_unpack_priority_payload(nghttp2_priority *frame,
177 nghttp2_rst_stream *frame);
182 void nghttp2_frame_unpack_rst_stream_payload(nghttp2_rst_stream *frame,
198 int nghttp2_frame_pack_settings(nghttp2_bufs *bufs, nghttp2_settings *frame);
217 void nghttp2_frame_unpack_settings_payload(nghttp2_settings *frame,
259 nghttp2_push_promise *frame,
273 int nghttp2_frame_unpack_push_promise_payload(nghttp2_push_promise *frame,
285 int nghttp2_frame_pack_ping(nghttp2_bufs *bufs, nghttp2_ping *frame);
290 void nghttp2_frame_unpack_ping_payload(nghttp2_ping *frame,
308 int nghttp2_frame_pack_goaway(nghttp2_bufs *bufs, nghttp2_goaway *frame);
318 void nghttp2_frame_unpack_goaway_payload(nghttp2_goaway *frame,
334 int nghttp2_frame_unpack_goaway_payload2(nghttp2_goaway *frame,
348 nghttp2_window_update *frame);
353 void nghttp2_frame_unpack_window_update_payload(nghttp2_window_update *frame,
374 void nghttp2_frame_unpack_altsvc_payload(nghttp2_extension *frame,
391 int nghttp2_frame_unpack_altsvc_payload2(nghttp2_extension *frame,
400 void nghttp2_frame_headers_init(nghttp2_headers *frame, uint8_t flags,
405 void nghttp2_frame_headers_free(nghttp2_headers *frame, nghttp2_mem *mem);
407 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id,
410 void nghttp2_frame_priority_free(nghttp2_priority *frame);
412 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id,
415 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame);
421 void nghttp2_frame_push_promise_init(nghttp2_push_promise *frame, uint8_t flags,
426 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame,
434 void nghttp2_frame_settings_init(nghttp2_settings *frame, uint8_t flags,
437 void nghttp2_frame_settings_free(nghttp2_settings *frame, nghttp2_mem *mem);
445 void nghttp2_frame_ping_init(nghttp2_ping *frame, uint8_t flags,
448 void nghttp2_frame_ping_free(nghttp2_ping *frame);
455 void nghttp2_frame_goaway_init(nghttp2_goaway *frame, int32_t last_stream_id,
459 void nghttp2_frame_goaway_free(nghttp2_goaway *frame, nghttp2_mem *mem);
461 void nghttp2_frame_window_update_init(nghttp2_window_update *frame,
465 void nghttp2_frame_window_update_free(nghttp2_window_update *frame);
467 void nghttp2_frame_extension_init(nghttp2_extension *frame, uint8_t type,
471 void nghttp2_frame_extension_free(nghttp2_extension *frame);
480 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
490 void nghttp2_frame_altsvc_free(nghttp2_extension *frame, nghttp2_mem *mem);
498 size_t nghttp2_frame_trail_padlen(nghttp2_frame *frame, size_t padlen);
500 void nghttp2_frame_data_init(nghttp2_data *frame, uint8_t flags,
503 void nghttp2_frame_data_free(nghttp2_data *frame);