Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_proxy_client_scan.c130 myfree(params->tls_null_clist); in tls_proxy_client_param_free()
155 VSTRING *tls_null_clist = vstring_alloc(25); in tls_proxy_client_param_scan() local
178 RECV_ATTR_STR(VAR_TLS_NULL_CLIST, tls_null_clist), in tls_proxy_client_param_scan()
204 params->tls_null_clist = vstring_export(tls_null_clist); in tls_proxy_client_param_scan()
H A Dtls_proxy_client_misc.c75 tls_null_clist = var_tls_null_clist, in tls_proxy_client_param_from_config()
H A Dtls_proxy.h53 char *tls_null_clist; member
H A Dtls_proxy_client_print.c105 SEND_ATTR_STR(VAR_TLS_NULL_CLIST, params->tls_null_clist), in tls_proxy_client_param_print()