Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_sock.c134 static struct WSAData wsa_state; in BIO_sock_init() local
138 memset(&wsa_state, 0, sizeof(wsa_state)); in BIO_sock_init()
145 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init()

Completed in 3 milliseconds