Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
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()
147 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init()