Home
last modified time | relevance | path

Searched refs:wsa_init_done (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c23 static int wsa_init_done = 0; variable
138 if (!wsa_init_done) { in BIO_sock_init()
139 wsa_init_done = 1; in BIO_sock_init()
168 if (wsa_init_done) { in bio_sock_cleanup_int()
169 wsa_init_done = 0; in bio_sock_cleanup_int()
/third_party/openssl/crypto/bio/
H A Dbio_sock.c23 static int wsa_init_done = 0; variable
138 if (!wsa_init_done) { in BIO_sock_init()
139 wsa_init_done = 1; in BIO_sock_init()
168 if (wsa_init_done) { in bio_sock_cleanup_int()
169 wsa_init_done = 0; in bio_sock_cleanup_int()
/third_party/mbedtls/library/
H A Dnet_sockets.c60 static int wsa_init_done = 0; variable
110 if (wsa_init_done == 0) { in net_prepare()
115 wsa_init_done = 1; in net_prepare()

Completed in 3 milliseconds