OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_ref_count
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_internal.c
26
static int
tls_ref_count
= 0;
variable
44
if (
tls_ref_count
== 0) {
54
tls_ref_count
++;
66
tls_ref_count
--;
67
if (
tls_ref_count
== 0) {
/external/wpa_supplicant_8/src/crypto/
tls_internal.c
20
static int
tls_ref_count
= 0;
variable
38
if (
tls_ref_count
== 0) {
48
tls_ref_count
++;
60
tls_ref_count
--;
61
if (
tls_ref_count
== 0) {
Completed in 29 milliseconds