OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_gnutls_ref_count
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_gnutls.c
92
static int
tls_gnutls_ref_count
= 0;
variable
186
if (
tls_gnutls_ref_count
== 0 && gnutls_global_init() < 0) {
190
tls_gnutls_ref_count
++;
228
tls_gnutls_ref_count
--;
229
if (
tls_gnutls_ref_count
== 0)
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_gnutls.c
70
static int
tls_gnutls_ref_count
= 0;
variable
150
if (
tls_gnutls_ref_count
== 0 && gnutls_global_init() < 0) {
154
tls_gnutls_ref_count
++;
192
tls_gnutls_ref_count
--;
193
if (
tls_gnutls_ref_count
== 0)
Completed in 96 milliseconds