Home
last modified time | relevance | path

Searched refs:wsa_state (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c136 static struct WSAData wsa_state; in BIO_sock_init() local
140 memset(&wsa_state, 0, sizeof(wsa_state)); in BIO_sock_init()
142 * Not making wsa_state available to the rest of the code is formally in BIO_sock_init()
147 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init()
/third_party/openssl/crypto/bio/
H A Dbio_sock.c136 static struct WSAData wsa_state; in BIO_sock_init() local
140 memset(&wsa_state, 0, sizeof(wsa_state)); in BIO_sock_init()
142 * Not making wsa_state available to the rest of the code is formally in BIO_sock_init()
147 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init()

Completed in 2 milliseconds