Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 14 of 14) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dencoder.rs382 let frame = self.try_retrieve_current_frame()?; in encode_headers_frame() localVariable
468 let frame = self.try_retrieve_current_frame()?; in encode_headers_payload() localVariable
487 let frame = self.try_retrieve_current_frame()?; in encode_continuation_frames() localVariable
533 let frame = self.try_retrieve_current_frame()?; in encode_data_header() localVariable
605 let frame = self.try_retrieve_current_frame()?; in encode_data_payload() localVariable
629 let frame = self.try_retrieve_current_frame()?; in encode_padding() localVariable
659 let frame = self.try_retrieve_current_frame()?; in encode_goaway_frame() localVariable
716 let frame = self.try_retrieve_current_frame()?; in encode_goaway_payload() localVariable
769 let frame = self.try_retrieve_current_frame()?; in encode_window_update_frame() localVariable
833 let frame = self.try_retrieve_current_frame()?; in encode_window_update_payload() localVariable
[all …]
Dmod.rs56 mod frame; module
Ddecoder.rs397 let frame = match self.header.frame_type { in decode_frame_payload() localVariable
586 let frame = Frame::new( in decode_settings_payload() localVariable
606 let frame = Frame::new( in decode_data_payload() localVariable
628 let frame = Frame::new( in decode_data_payload() localVariable
651 let frame = if self.continuations.promised_stream_id != 0 { in decode_continuation_payload() localVariable
712 let frame = Frame::new( in decode_headers_payload() localVariable
778 let frame = Frame::new( in push_promise_framing() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dmod.rs19 mod frame; module
Ddecoder.rs512 let frame = Frame::new( in decode_data_payload() localVariable
522 let frame = Frame::new( in decode_data_payload() localVariable
552 let frame = match self.curr_frame_type() { in get_qpack_decoded_header() localVariable
626 let frame = in decode_variable_payload() localVariable
631 let frame = Frame::new( in decode_variable_payload() localVariable
638 let frame = Frame::new( in decode_variable_payload() localVariable
703 let frame = Frame::new(SETTINGS_FRAME_TYPE, Payload::Settings(settings)); in decode_settings_payload() localVariable
Dencoder.rs505 let frame = self in encode_cancel_push() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dwindow.rs123 let frame = Frame::new(id, FrameFlags::new(0), Payload::WindowUpdate(window_update)); in check_window_update() localVariable
325 let frame = rw.check_window_update(1); in ut_rw_check_window_update() localVariable
328 let frame = rw.check_window_update(1); in ut_rw_check_window_update() localVariable
Dsettings.rs98 let frame = fc.check_conn_recv_window_update(); in ut_fc_check_conn_recv_window_update() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dinput.rs77 let frame = match sender.poll_recv_frame(cx) { in poll() localVariable
93 let frame = if let SettingState::Ack = state { in poll() localVariable
Dmanager.rs561 let frame = Frame::new(id, FrameFlags::empty(), Payload::RstStream(rest_payload)); in manage_stream_error() localVariable
607 let frame = Frame::new( in manage_conn_error() localVariable
647 let frame = Frame::new( in poll_deal_with_go_away() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp3.rs62 let frame = conn.recv_resp().await?; in request() localVariable
Dhttp2.rs73 let frame = conn.receiver.recv().await?; in request() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h3/
Dstream_manager.rs534 let frame = match kind { in recv_request_stream() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs696 let frame = Frame::new( in poll_blocked_message() localVariable