Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 5 of 5) 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
770 let frame = Frame::new( in decode_push_promise_payload() localVariable
Dencoder.rs1252 let frame = Frame::new(1, frame_flag, Payload::Headers(Headers::new(new_parts))); in ut_headers_frame_encoding() localVariable
1466 let frame = Frame::new( in ut_rst_stream_frame_encoding() localVariable
1511 let frame = Frame::new( in ut_window_update_frame_encoding() localVariable
1724 let frame = Frame::new( in ut_encode_continuation_frames() localVariable
1737 let frame = Frame::new( in ut_encode_continuation_frames() localVariable
1748 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_client/src/async_impl/conn/
Dhttp2.rs75 let frame = Pin::new(&mut conn.stream_info) in request() localVariable
425 let frame = build_headers_frame(1, request.part().clone(), false) in ut_http2_build_headers_frame() localVariable
428 let frame = build_headers_frame(1, request.part().clone(), true) in ut_http2_build_headers_frame() localVariable
452 let frame = build_headers_frame(1, request.part().clone(), true); in ut_http2_build_headers_frame() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs776 let frame = Frame::new( in poll_match_result() localVariable
826 let frame = Frame::new( in poll_match_result() localVariable
980 let frame = Frame::new(0, FrameFlags::empty(), Settings(settings.clone())); in poll_send_settings() localVariable