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.rs1215 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_data_frame_encoding() localVariable
1258 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_headers_frame_encoding() localVariable
1298 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_settings_frame_encoding() localVariable
1360 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_ping_frame_encoding() localVariable
1477 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_rst_stream_frame_encoding() localVariable
1522 let first_encoded = frame_encoder.encode(&mut buf).unwrap(); in ut_window_update_frame_encoding() localVariable
1623 let first_encoded = encoder.encode(&mut first_buf).unwrap(); in ut_goaway_frame_encoding() localVariable