Home
last modified time | relevance | path

Searched refs:allocation_lifetime (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/server/request/
H A Drequest_test.rs18 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing()
27 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing()
43 let lifetime_duration = allocation_lifetime(&m2); in test_allocation_lifetime_overflow()
/webrtc/turn/src/server/
H A Drequest.rs471 let lifetime_duration = allocation_lifetime(m); in handle_allocate_request()
565 let lifetime_duration = allocation_lifetime(m); in handle_refresh_request()
878 pub(crate) fn allocation_lifetime(m: &Message) -> Duration { in allocation_lifetime() function