Home
last modified time | relevance | path

Searched refs:wsa_init_done (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_sock.c24 static int wsa_init_done = 0; variable
122 if (!wsa_init_done) { in BIO_sock_init()
125 wsa_init_done = 1; in BIO_sock_init()
154 if (wsa_init_done) { in bio_sock_cleanup_int()
155 wsa_init_done = 0; in bio_sock_cleanup_int()
/netbsd-src/crypto/external/bsd/openssl/dist/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()