Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c546 static HTABLE *tlsp_client_app_cache; /* per-client init props */ variable
1277 htable_find(tlsp_client_app_cache, init_key)) == 0) { in tlsp_client_init()
1328 (void) htable_enter(tlsp_client_app_cache, init_key, in tlsp_client_init()
1669 tlsp_client_app_cache = htable_create(10); in pre_jail_init_client()