Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dmod.rs56 mod frame; module
Ddecoder.rs396 let frame = match self.header.frame_type { in decode_frame_payload() localVariable
585 let frame = Frame::new( in decode_settings_payload() localVariable
605 let frame = Frame::new( in decode_data_payload() localVariable
627 let frame = Frame::new( in decode_data_payload() localVariable
650 let frame = if self.continuations.promised_stream_id != 0 { in decode_continuation_payload() localVariable
711 let frame = Frame::new( in decode_headers_payload() localVariable
777 let frame = Frame::new( in push_promise_framing() localVariable
Dencoder.rs1390 let frame = Frame::new(1, frame_flag, Payload::Headers(Headers::new(new_parts))); in ut_headers_frame_encoding() localVariable
1604 let frame = Frame::new( in ut_rst_stream_frame_encoding() localVariable
1649 let frame = Frame::new( in ut_window_update_frame_encoding() localVariable
1849 let frame = Frame::new( in ut_encode_continuation_frames() localVariable
1863 let frame = Frame::new( in ut_encode_continuation_frames() localVariable
1875 let frame = Frame::new(1, frame_flag, Payload::Ping(Ping::new([0; 8]))); in ut_encode_continuation_frames() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dmod.rs20 mod frame; module
/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.rs562 let frame = Frame::new( in manage_stream_error() localVariable
612 let frame = Frame::new( in manage_conn_error() localVariable
652 let frame = Frame::new( in poll_deal_with_go_away() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp2.rs61 let frame = conn.receiver.recv().await?; in request() localVariable
417 let frame = build_headers_frame(1, request.part().clone(), false).unwrap(); in ut_http2_build_headers_frame() localVariable
419 let frame = build_headers_frame(1, request.part().clone(), true).unwrap(); in ut_http2_build_headers_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/
Dwindow.rs123 let frame = Frame::new( in check_window_update() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs517 let frame = Frame::new( in poll_blocked_message() localVariable