OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsa_init_done
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
s_socket.c
118
static int
wsa_init_done
=0;
variable
123
static int
wsa_init_done
=0;
variable
160
if (
wsa_init_done
)
162
wsa_init_done
=0;
172
if (
wsa_init_done
)
174
wsa_init_done
=0;
188
if (!
wsa_init_done
)
195
wsa_init_done
=1;
217
if (!
wsa_init_done
)
224
wsa_init_done
=1
[
all
...]
/external/openssl/crypto/bio/
b_sock.c
88
static int
wsa_init_done
=0;
variable
476
if (!
wsa_init_done
)
480
wsa_init_done
=1;
508
if (!
wsa_init_done
)
510
wsa_init_done
=1;
528
if (
wsa_init_done
)
530
wsa_init_done
=0;
537
if (
wsa_init_done
)
539
wsa_init_done
=0;
Completed in 5409 milliseconds