Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_client_scan.c138 myfree(params->tls_mgr_service); in tls_proxy_client_param_free()
163 VSTRING *tls_mgr_service = vstring_alloc(25); in tls_proxy_client_param_scan() local
186 RECV_ATTR_STR(VAR_TLS_MGR_SERVICE, tls_mgr_service), in tls_proxy_client_param_scan()
212 params->tls_mgr_service = vstring_export(tls_mgr_service); in tls_proxy_client_param_scan()
H A Dtls_proxy_client_misc.c83 tls_mgr_service = var_tls_mgr_service, in tls_proxy_client_param_from_config()
H A Dtls_proxy.h61 char *tls_mgr_service; member
H A Dtls_proxy_client_print.c118 params->tls_mgr_service), in tls_proxy_client_param_print()