Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/doh/
Dconfig.rs220 let config_b = cache.get(&key_b).unwrap(); in different_keys() localVariable
228 assert_eq!(Arc::strong_count(&config_b.0), 2); in different_keys()
247 let config_b = cache.get(&key_b).unwrap(); in lifetimes() localVariable
260 assert_eq!(Arc::strong_count(&config_b.0), 2); in lifetimes()
270 let config_b_weak = Config::to_weak(&config_b); in lifetimes()
272 drop(config_b); in lifetimes()