Searched defs:tls_global (Results 1 – 4 of 4) sorted by relevance
22 struct tls_global { struct36 struct tls_global *global; in tls_init() argument
72 struct tls_global { struct74 void *session_data;75 size_t session_data_size;77 int server;79 int params_set;80 gnutls_certificate_credentials_t xcred;
29 struct tls_global { struct48 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument
66 struct tls_global { struct73 static struct tls_global *tls_global = NULL; argument