Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/chunk/
H A Dchunk_error.rs77 for ec in &self.error_causes { in marshal_to()
78 buf.extend(ec.marshal()); in marshal_to()
90 .fold(0, |length, ec| length + ec.length()) in value_length()
H A Dchunk_abort.rs75 for ec in &self.error_causes { in marshal_to()
76 buf.extend(ec.marshal()); in marshal_to()
88 .fold(0, |length, ec| length + ec.length()) in value_length()
H A Dchunk_test.rs131 let ec = &c.error_causes[0]; in test_chunk_error_unrecognized_chunk_type_unmarshal() localVariable
133 ec.error_cause_code(), in test_chunk_error_unrecognized_chunk_type_unmarshal()
138 ec.raw, ORG_UNRECOGNIZED_CHUNK, in test_chunk_error_unrecognized_chunk_type_unmarshal()
152 let ec = ChunkError { in test_chunk_error_unrecognized_chunk_type_marshal() localVariable
156 let raw = ec.marshal()?; in test_chunk_error_unrecognized_chunk_type_marshal()
171 let ec = ChunkError { in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil() localVariable
175 let raw = ec.marshal()?; in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil()