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

/macosx-10.10.1/postfix-255/postfix/src/posttls-finger/
H A Dtlsmgrmem.c49 static HTABLE *tls_cache; variable
63 if (!tls_cache)
65 htable_free(tls_cache, free_value);
87 if (cache_enabled && tls_cache == 0)
88 tls_cache = htable_create(1);
98 if (tls_cache == 0)
101 if ((s = (VSTRING *) htable_find(tls_cache, key)) == 0)
116 if (tls_cache == 0)
119 if ((ent = htable_locate(tls_cache, key)) == 0) {
121 ent = htable_enter(tls_cache, ke
[all...]

Completed in 196 milliseconds