Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Db_sock.c120 static struct WSAData wsa_state; in BIO_sock_init() local
126 memset(&wsa_state, 0, sizeof(wsa_state)); in BIO_sock_init()
133 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init()