Lines Matching defs:iframe
299 nghttp2_inbound_frame *iframe = &session->iframe; in session_inbound_frame_reset() local
570 nghttp2_inbound_frame *iframe = &(*session_ptr)->iframe; in session_new() local
3389 nghttp2_inbound_frame *iframe = &session->iframe; in session_call_on_extension_chunk_recv_callback() local
3408 nghttp2_inbound_frame *iframe = &session->iframe; in session_call_unpack_extension_callback() local
4057 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_headers_frame() local
4148 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_priority_frame() local
4189 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_rst_stream_frame() local
4566 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_settings_frame() local
4690 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_push_promise_frame() local
4725 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_ping_frame() local
4766 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_goaway_frame() local
4851 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_window_update_frame() local
4904 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_altsvc_frame() local
4919 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_origin_frame() local
4939 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_extension_frame() local
5164 nghttp2_inbound_frame *iframe; in session_on_data_received_fail_fast() local
5230 static size_t inbound_frame_payload_readlen(nghttp2_inbound_frame *iframe, in inbound_frame_payload_readlen()
5239 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark()
5244 static size_t inbound_frame_buf_read(nghttp2_inbound_frame *iframe, in inbound_frame_buf_read()
5259 static void inbound_frame_set_settings_entry(nghttp2_inbound_frame *iframe) { in inbound_frame_set_settings_entry()
5309 static int inbound_frame_handle_pad(nghttp2_inbound_frame *iframe, in inbound_frame_handle_pad()
5326 static ssize_t inbound_frame_compute_pad(nghttp2_inbound_frame *iframe) { in inbound_frame_compute_pad()
5350 static ssize_t inbound_frame_effective_readlen(nghttp2_inbound_frame *iframe, in inbound_frame_effective_readlen()
5372 nghttp2_inbound_frame *iframe = &session->iframe; in nghttp2_session_mem_recv() local