Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:tls_gnutls_ref_count

88 static int tls_gnutls_ref_count = 0;
182 if (tls_gnutls_ref_count == 0 && gnutls_global_init() < 0) {
186 tls_gnutls_ref_count++;
224 tls_gnutls_ref_count--;
225 if (tls_gnutls_ref_count == 0)