Searched defs:tls_global (Results 1 – 7 of 7) sorted by relevance
28 struct tls_global { struct42 struct tls_global *global; in tls_init() argument
94 struct tls_global { struct96 void *session_data;97 size_t session_data_size;99 int server;101 int params_set;102 gnutls_certificate_credentials_t xcred;
35 struct tls_global { struct54 static int schannel_load_lib(struct tls_global *global) in schannel_load_lib() argument
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
54 struct tls_global { struct61 static struct tls_global *tls_global = NULL; variable