Searched refs:encode_small_frame (Results 1 – 1 of 1) sorted by relevance
1935 encode_small_frame(&mut encoder, &mut buf, data_payload.clone()); in ut_encode_small_data_frame()1939 encode_small_frame(&mut encoder, &mut buf, data_payload.clone()); in ut_encode_small_data_frame()1943 encode_small_frame(&mut encoder, &mut buf, data_payload); in ut_encode_small_data_frame()1946 fn encode_small_frame(encoder: &mut FrameEncoder, buf: &mut [u8], data_payload: Vec<u8>) { in encode_small_frame() function