Searched defs:record (Results 1 – 3 of 3) sorted by relevance
1847 let record = RecordLayer::new( in test_server_timeout() localVariable2126 let mut record = in test_protocol_version_validation() localVariable2138 let mut record = in test_protocol_version_validation() localVariable2158 let mut record = in test_protocol_version_validation() localVariable2168 let mut record = in test_protocol_version_validation() localVariable2278 let mut record = RecordLayer::new(PROTOCOL_VERSION1_2, 0, Content::Handshake(handshake)); in test_multiple_hello_verify_request() localVariable2309 let record = RecordLayer::unmarshal(&mut reader)?; in test_multiple_hello_verify_request() localVariable2358 let mut record = RecordLayer::new(PROTOCOL_VERSION1_2, 0, Content::Handshake(h)); in send_client_hello() localVariable2403 let record = RecordLayer::unmarshal(&mut reader)?; in test_renegotation_info() localVariable2428 let record = RecordLayer::unmarshal(&mut reader)?; in test_renegotation_info() localVariable
55 pub(crate) record: RecordLayer, field
45 pub fn record(&mut self, media_ssrc: u32, sequence_number: u16, arrival_time: i64) { in record() method