HomeSort by: relevance | last modified time | path
    Searched refs:tls_null_clist (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_client_misc.c 75 tls_null_clist = var_tls_null_clist,
tls_proxy_client_scan.c 134 myfree(params->tls_null_clist);
159 VSTRING *tls_null_clist = vstring_alloc(25); local
182 RECV_ATTR_STR(VAR_TLS_NULL_CLIST, tls_null_clist),
206 params->tls_null_clist = vstring_export(tls_null_clist);
tls_proxy.h 55 char *tls_null_clist; member in struct:TLS_CLIENT_PARAMS
tls_proxy_client_print.c 109 SEND_ATTR_STR(VAR_TLS_NULL_CLIST, params->tls_null_clist),

Completed in 16 milliseconds