• Home
  • Raw
  • Download

Lines Matching defs:iframe

306   nghttp2_inbound_frame *iframe = &session->iframe;  in session_inbound_frame_reset()  local
625 nghttp2_inbound_frame *iframe = &(*session_ptr)->iframe; in session_new() local
3682 nghttp2_inbound_frame *iframe = &session->iframe; in session_call_on_extension_chunk_recv_callback() local
3701 nghttp2_inbound_frame *iframe = &session->iframe; in session_call_unpack_extension_callback() local
4364 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_headers_frame() local
4453 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_priority_frame() local
4514 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_rst_stream_frame() local
4927 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_settings_frame() local
5050 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_push_promise_frame() local
5080 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_ping_frame() local
5121 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_goaway_frame() local
5206 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_window_update_frame() local
5333 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_altsvc_frame() local
5348 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_origin_frame() local
5367 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_priority_update_frame() local
5378 nghttp2_inbound_frame *iframe = &session->iframe; in session_process_extension_frame() local
5603 nghttp2_inbound_frame *iframe; in session_on_data_received_fail_fast() local
5669 static size_t inbound_frame_payload_readlen(nghttp2_inbound_frame *iframe, in inbound_frame_payload_readlen()
5678 static void inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) { in inbound_frame_set_mark()
5683 static size_t inbound_frame_buf_read(nghttp2_inbound_frame *iframe, in inbound_frame_buf_read()
5698 static void inbound_frame_set_settings_entry(nghttp2_inbound_frame *iframe) { in inbound_frame_set_settings_entry()
5749 static int inbound_frame_handle_pad(nghttp2_inbound_frame *iframe, in inbound_frame_handle_pad()
5766 static ssize_t inbound_frame_compute_pad(nghttp2_inbound_frame *iframe) { in inbound_frame_compute_pad()
5790 static ssize_t inbound_frame_effective_readlen(nghttp2_inbound_frame *iframe, in inbound_frame_effective_readlen()
5812 nghttp2_inbound_frame *iframe = &session->iframe; in nghttp2_session_mem_recv() local