Searched refs:tls_openssl_ref_count (Results 1 – 1 of 1) sorted by relevance
207 static int tls_openssl_ref_count = 0; variable1019 if (tls_openssl_ref_count == 0) { in tls_init()1083 tls_openssl_ref_count++; in tls_init()1091 tls_openssl_ref_count--; in tls_init()1094 if (tls_openssl_ref_count == 0) { in tls_init()1212 tls_openssl_ref_count--; in tls_deinit()1213 if (tls_openssl_ref_count == 0) { in tls_deinit()