Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dtlsmgrmem.c51 static HTABLE *tls_cache; variable
65 if (!tls_cache) in tlsmgrmem_flush()
67 htable_free(tls_cache, free_value); in tlsmgrmem_flush()
89 if (cache_enabled && tls_cache == 0) in tls_mgr_policy()
90 tls_cache = htable_create(1); in tls_mgr_policy()
100 if (tls_cache == 0) in tls_mgr_lookup()
103 if ((s = (VSTRING *) htable_find(tls_cache, key)) == 0) in tls_mgr_lookup()
118 if (tls_cache == 0) in tls_mgr_update()
121 if ((ent = htable_locate(tls_cache, key)) == 0) { in tls_mgr_update()
123 ent = htable_enter(tls_cache, key, (void *) s); in tls_mgr_update()
[all …]