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 - 3
of
3
) sorted by null
/external/wpa_supplicant/
tls_openssl.c
56
static int
tls_openssl_ref_count
= 0;
variable
733
if (
tls_openssl_ref_count
== 0) {
744
tls_openssl_ref_count
++;
778
tls_openssl_ref_count
--;
779
if (
tls_openssl_ref_count
== 0) {
[
all
...]
/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
56
static int
tls_openssl_ref_count
= 0;
variable
690
if (
tls_openssl_ref_count
== 0) {
741
tls_openssl_ref_count
++;
775
tls_openssl_ref_count
--;
776
if (
tls_openssl_ref_count
== 0) {
[
all
...]
Completed in 17 milliseconds