Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/
Dconfig.rs199 let config_a = cache_a in shared_cache() localVariable
202 assert_eq!(Arc::strong_count(&config_a.0), 2); in shared_cache()
206 assert_eq!(Arc::strong_count(&config_a.0), 3); in shared_cache()
219 let config_a = cache.get(&key_a).unwrap(); in different_keys() localVariable
227 assert_eq!(Arc::strong_count(&config_a.0), 1); in different_keys()
246 let config_a = cache.get(&key_a).unwrap(); in lifetimes() localVariable
252 assert_eq!(Arc::strong_count(&config_a.0), 1); in lifetimes()
256 assert_eq!(Arc::strong_count(&config_a.0), 2); in lifetimes()