OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_openssl_ref_count
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c
66
static int
tls_openssl_ref_count
= 0;
variable
683
if (
tls_openssl_ref_count
== 0) {
706
tls_openssl_ref_count
++;
740
tls_openssl_ref_count
--;
741
if (
tls_openssl_ref_count
== 0) {
[
all
...]
/external/wpa_supplicant_8/src/crypto/
tls_openssl.c
52
static int
tls_openssl_ref_count
= 0;
variable
687
if (
tls_openssl_ref_count
== 0) {
739
tls_openssl_ref_count
++;
773
tls_openssl_ref_count
--;
774
if (
tls_openssl_ref_count
== 0) {
[
all
...]
Completed in 19 milliseconds