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 - 3
of
3
) sorted by null
/external/wpa_supplicant/
tls_internal.c
25
static int
tls_ref_count
= 0;
variable
40
if (
tls_ref_count
== 0) {
44
tls_ref_count
++;
56
tls_ref_count
--;
57
if (
tls_ref_count
== 0) {
/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
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) {
Completed in 17 milliseconds