Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsfsasl.c532 static int tls_close __P((SM_FILE_T *));
535 tls_close(fp) in tls_close() function
953 SM_FILE_T SM_IO_SET_TYPE(tls_vector, "tls", tls_open, tls_close,
960 SM_IO_INIT_TYPE(tls_vector, "tls", tls_open, tls_close,
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c83 static void tls_close(void *ctx);
558 tls_close(tlsctx); in tls_connect()
1012 tls_close(void *ctx) in tls_close() function
1069 .prt_close = tls_close,