Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dencoder.rs1308 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_data_frame_encoding() localVariable
1351 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_headers_frame_encoding() localVariable
1391 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_settings_frame_encoding() localVariable
1453 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_ping_frame_encoding() localVariable
1570 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_rst_stream_frame_encoding() localVariable
1615 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_window_update_frame_encoding() localVariable
1716 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_goaway_frame_encoding() localVariable