Searched refs:check_size (Results 1 – 10 of 10) sorted by relevance
| /webrtc/turn/src/proto/ |
| H A D | rsrvtoken.rs | 26 check_size(ATTR_RESERVATION_TOKEN, self.0.len(), RESERVATION_TOKEN_SIZE)?; in add_to() 36 check_size(ATTR_RESERVATION_TOKEN, v.len(), RESERVATION_TOKEN_SIZE)?; in get_from()
|
| H A D | reqtrans.rs | 49 check_size(ATTR_REQUESTED_TRANSPORT, v.len(), REQUESTED_TRANSPORT_SIZE)?; in get_from()
|
| H A D | evenport.rs | 55 check_size(ATTR_EVEN_PORT, v.len(), EVEN_PORT_SIZE)?; in get_from()
|
| H A D | channum.rs | 50 check_size(ATTR_CHANNEL_NUMBER, v.len(), CHANNEL_NUMBER_SIZE)?; in get_from()
|
| H A D | reqfamily.rs | 49 check_size( in get_from()
|
| H A D | lifetime.rs | 51 check_size(ATTR_LIFETIME, v.len(), LIFETIME_SIZE)?; in get_from()
|
| /webrtc/ice/src/priority/ |
| H A D | mod.rs | 29 check_size(ATTR_PRIORITY, v.len(), PRIORITY_SIZE)?; in get_from()
|
| /webrtc/stun/src/ |
| H A D | checks.rs | 7 pub fn check_size(_at: AttrType, got: usize, expected: usize) -> Result<()> { in check_size() function
|
| H A D | fingerprint.rs | 58 check_size(ATTR_FINGERPRINT, b.len(), FINGERPRINT_SIZE)?; in check()
|
| /webrtc/ice/src/control/ |
| H A D | mod.rs | 28 check_size(t, v.len(), TIE_BREAKER_SIZE)?; in get_from_as()
|