Searched refs:allocation (Results 1 – 9 of 9) sorted by relevance
127 let allocation = self.allocations.lock().await.remove(five_tuple); in delete_allocation() localVariable129 if let Some(a) = allocation { in delete_allocation()144 allocations.retain(|_, allocation| { in delete_allocations_by_username()145 let match_name = allocation.username.text == name; in delete_allocations_by_username()148 to_delete.push(Arc::clone(allocation)); in delete_allocations_by_username()
5 pub mod allocation; module
6 …fig parameter to `ServerConfig` and `Allocation`, to receive notify on allocation close event, wit…10 …ethod on `Server`. This method provides possibility to manually delete allocation [#263](https://g…
1 use crate::allocation::*;
4 use crate::allocation::allocation_manager::*;5 use crate::allocation::channel_bind::ChannelBind;6 use crate::allocation::five_tuple::*;7 use crate::allocation::permission::Permission;
8 allocation::{allocation_manager::*, five_tuple::FiveTuple, AllocationInfo},
174 let allocation = client.allocate().await?; in test_client_nonce_expiration() localVariable181 allocation in test_client_nonce_expiration()
17 …`NackPair`. This is similar to `packet_list` but without requiring the allocation of a Vec. Added …
3 use crate::{allocation::*, error::Result};