HomeSort by relevance Sort by last modified time
    Searched refs:tls_gnutls_ref_count (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
tls_gnutls.c 88 static int tls_gnutls_ref_count = 0; variable
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)
    [all...]