Searched refs:TLS_APP_PROCESS_INIT (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/demos/easy_tls/
H A Dtest.h5 #define TLS_APP_PROCESS_INIT test_process_init macro
H A Deasy-tls.c130 * TLS_APP_PROCESS_INIT -- void ...(int fd, int client_p, void *apparg)
136 #ifndef TLS_APP_PROCESS_INIT
137 # define TLS_APP_PROCESS_INIT(fd, client_p, apparg) ((void) 0) macro
245 TLS_APP_PROCESS_INIT(a.fd, a.client_p, apparg);
246 DEBUG_MSG("TLS_APP_PROCESS_INIT");

Completed in 48 milliseconds