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

/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_socket.c126 static struct WSAData wsa_state; variable in typeref:struct:WSAData
195 memset(&wsa_state, 0, sizeof(wsa_state));
196 if (WSAStartup(0x0101, &wsa_state) != 0) {
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Db_sock.c456 static struct WSAData wsa_state; local
462 memset(&wsa_state, 0, sizeof(wsa_state));
464 * Not making wsa_state available to the rest of the code is formally
469 if (WSAStartup(0x0202, &wsa_state) != 0) {

Completed in 86 milliseconds