Lines Matching +defs:data +defs:frame
46 uint8_t data[8192]; member
71 const nghttp2_frame *frame; member
124 static ssize_t null_send_callback(nghttp2_session *session, const uint8_t *data, in null_send_callback()
134 static ssize_t fail_send_callback(nghttp2_session *session, const uint8_t *data, in fail_send_callback()
146 const uint8_t *data, size_t len, in fixed_bytes_send_callback()
156 static ssize_t scripted_recv_callback(nghttp2_session *session, uint8_t *data, in scripted_recv_callback()
172 static ssize_t eof_recv_callback(nghttp2_session *session, uint8_t *data, in eof_recv_callback()
208 const nghttp2_frame *frame, void *user_data) { in on_frame_recv_callback()
220 const nghttp2_frame *frame, in on_invalid_frame_recv_callback()
232 const nghttp2_frame *frame, void *user_data) { in on_frame_send_callback()
242 const nghttp2_frame *frame, int lib_error, in on_frame_not_send_callback()
254 const nghttp2_frame *frame, in cancel_before_frame_send_callback()
265 int32_t stream_id, const uint8_t *data, in on_data_chunk_recv_callback()
280 const uint8_t *data, size_t len, in pause_on_data_chunk_recv_callback()
294 const nghttp2_frame *frame, in select_padding_callback()
424 static int send_data_callback(nghttp2_session *session, nghttp2_frame *frame, in send_data_callback()
448 const uint8_t *data, size_t len, in block_count_send_callback()
464 const nghttp2_frame *frame, const uint8_t *name, in on_header_callback()
482 const nghttp2_frame *frame, in pause_on_header_callback()
492 nghttp2_session *session, const nghttp2_frame *frame, const uint8_t *name, in temporal_failure_on_header_callback()
501 const nghttp2_frame *frame, in on_invalid_header_callback()
520 const nghttp2_frame *frame, in pause_on_invalid_header_callback()
531 const nghttp2_frame *frame, in reset_on_invalid_header_callback()
542 const nghttp2_frame *frame, in on_begin_headers_callback()
553 nghttp2_session *session, const nghttp2_frame *frame, void *user_data) { in temporal_failure_on_begin_headers_callback()
597 size_t len, const nghttp2_frame *frame, in pack_extension_callback()
611 const uint8_t *data, size_t len, in on_extension_chunk_recv_callback()
625 const uint8_t *data, in cancel_on_extension_chunk_recv_callback()
676 nghttp2_frame frame; in test_nghttp2_session_recv() local
792 nghttp2_frame frame; in test_nghttp2_session_recv_invalid_stream_id() local
837 nghttp2_frame frame; in test_nghttp2_session_recv_invalid_frame() local
905 uint8_t data[8092]; in test_nghttp2_session_recv_data() local
1094 uint8_t data[8192]; in test_nghttp2_session_recv_data_no_auto_flow_control() local
1239 nghttp2_frame frame; in test_nghttp2_session_recv_continuation() local
1245 uint8_t data[1024]; in test_nghttp2_session_recv_continuation() local
1434 nghttp2_frame frame; in test_nghttp2_session_recv_headers_with_priority() local
1697 nghttp2_frame frame; in test_nghttp2_session_recv_headers_early_response() local
1755 nghttp2_frame frame; in test_nghttp2_session_recv_headers_for_closed_stream() local
1763 const uint8_t *data; in test_nghttp2_session_recv_headers_for_closed_stream() local
1840 nghttp2_frame frame; in test_nghttp2_session_recv_headers_with_extpri() local
1944 nghttp2_frame frame; in test_nghttp2_session_server_recv_push_response() local
2069 uint8_t data[16384]; in test_nghttp2_session_recv_unknown_frame() local
2100 uint8_t data[16384]; in test_nghttp2_session_recv_unexpected_continuation() local
2137 nghttp2_frame frame; in test_nghttp2_session_recv_settings_header_table_size() local
2345 const char data[] = "Hello World!"; in test_nghttp2_session_recv_extension() local
2636 nghttp2_extension frame; in test_nghttp2_session_recv_origin() local
2783 nghttp2_extension frame; in test_nghttp2_session_recv_priority_update() local
2992 nghttp2_frame frame; in test_nghttp2_session_continue() local
3173 nghttp2_frame *frame; in test_nghttp2_session_add_frame() local
3217 nghttp2_frame frame; in test_nghttp2_session_on_request_headers_received() local
3414 nghttp2_frame frame; in test_nghttp2_session_on_response_headers_received() local
3444 nghttp2_frame frame; in test_nghttp2_session_on_headers_received() local
3509 nghttp2_frame frame; in test_nghttp2_session_on_push_response_headers_received() local
3581 nghttp2_frame frame; in test_nghttp2_session_on_priority_received() local
3665 nghttp2_frame frame; in test_nghttp2_session_on_rst_stream_received() local
3684 nghttp2_frame frame; in test_nghttp2_session_on_settings_received() local
3691 uint8_t data[2048]; in test_nghttp2_session_on_settings_received() local
3991 nghttp2_frame frame; in test_nghttp2_session_on_push_promise_received() local
4243 nghttp2_frame frame; in test_nghttp2_session_on_ping_received() local
4300 nghttp2_frame frame; in test_nghttp2_session_on_goaway_received() local
4303 const uint8_t *data; in test_nghttp2_session_on_goaway_received() local
4375 nghttp2_frame frame; in test_nghttp2_session_on_window_update_received() local
4453 nghttp2_frame frame; in test_nghttp2_session_on_data_received() local
4543 nghttp2_frame frame; in test_nghttp2_session_on_altsvc_received() local
4647 nghttp2_frame *frame; in test_nghttp2_session_send_headers_start_stream() local
4681 nghttp2_frame *frame; in test_nghttp2_session_send_headers_reply() local
4713 nghttp2_frame *frame; in test_nghttp2_session_send_headers_frame_size_error() local
4775 nghttp2_frame *frame; in test_nghttp2_session_send_headers_push_reply() local
4810 nghttp2_frame *frame; in test_nghttp2_session_send_rst_stream() local
4839 nghttp2_frame *frame; in test_nghttp2_session_send_push_promise() local
5230 nghttp2_frame *frame; in test_nghttp2_submit_data() local
5270 nghttp2_frame *frame; in test_nghttp2_submit_data_read_length_too_large() local
5350 nghttp2_frame *frame; in test_nghttp2_submit_data_read_length_smallest() local
5401 const nghttp2_frame *frame, in submit_data_twice_on_frame_send_callback()
5494 nghttp2_frame frame; in test_nghttp2_submit_request_without_data() local
5594 nghttp2_frame frame; in test_nghttp2_submit_response_without_data() local
5669 nghttp2_frame frame; in test_nghttp2_submit_trailer() local
5844 nghttp2_frame frame; in test_nghttp2_submit_headers() local
5945 uint8_t data[4096]; in test_nghttp2_submit_headers_continuation() local
5983 uint8_t data[16384]; in test_nghttp2_submit_headers_continuation_extra_large() local
6058 nghttp2_frame *frame; in test_nghttp2_submit_settings() local
6279 nghttp2_frame frame; in test_nghttp2_submit_settings_multiple_times() local
6635 const char data[] = "Hello World!"; in test_nghttp2_submit_extension() local
6696 const uint8_t *data; in test_nghttp2_submit_altsvc() local
6767 const uint8_t *data; in test_nghttp2_submit_origin() local
6780 nghttp2_frame frame; in test_nghttp2_submit_origin() local
6855 const uint8_t *data; in test_nghttp2_submit_priority_update() local
6857 nghttp2_frame frame; in test_nghttp2_submit_priority_update() local
7323 nghttp2_frame frame; in test_nghttp2_session_max_concurrent_streams() local
7368 nghttp2_frame frame; in test_nghttp2_session_stop_data_with_rst_stream() local
7478 nghttp2_frame frame; in test_nghttp2_session_flow_control() local
7592 uint8_t data[64 * 1024 + 16]; in test_nghttp2_session_flow_control_data_recv() local
7651 uint8_t data[1024]; in test_nghttp2_session_flow_control_data_with_padding_recv() local
7748 nghttp2_frame frame; in test_nghttp2_session_data_read_temporal_failure() local
8157 nghttp2_frame *frame; in test_nghttp2_session_pack_data_with_padding() local
9525 nghttp2_frame frame; in test_nghttp2_session_stream_get_state() local
10099 nghttp2_frame frame; in test_nghttp2_session_on_header_temporal_failure() local
10266 nghttp2_frame frame; in test_nghttp2_session_open_idle_stream() local
10304 nghttp2_frame frame; in test_nghttp2_session_cancel_reserved_remote() local
10554 nghttp2_frame frame; in test_nghttp2_session_defer_then_close() local
10638 nghttp2_frame frame; in test_nghttp2_session_flooding() local
10773 nghttp2_extension frame; in test_nghttp2_session_change_extpri_stream_priority() local
10985 nghttp2_frame frame; in test_nghttp2_session_repeated_priority_change() local
11351 nghttp2_frame frame; in test_nghttp2_session_too_many_settings() local
11787 nghttp2_frame frame; in test_nghttp2_session_server_fallback_rfc7540_priorities() local
11974 nghttp2_frame frame; in test_nghttp2_session_stream_reset_ratelim() local