Searched refs:tls_gnutls_ref_count (Results 1 – 1 of 1) sorted by relevance
24 static int tls_gnutls_ref_count = 0; variable99 if (tls_gnutls_ref_count == 0) { in tls_init()109 if (tls_gnutls_ref_count == 0 && gnutls_global_init() < 0) { in tls_init()113 tls_gnutls_ref_count++; in tls_init()139 tls_gnutls_ref_count--; in tls_deinit()140 if (tls_gnutls_ref_count == 0) in tls_deinit()