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

/freebsd-10.0-release/crypto/openssl/apps/
H A Ds_socket.c122 static struct WSAData wsa_state; variable in typeref:struct:WSAData
196 memset(&wsa_state,0,sizeof(wsa_state));
197 if (WSAStartup(0x0101,&wsa_state)!=0)
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Db_sock.c474 static struct WSAData wsa_state; local
481 memset(&wsa_state,0,sizeof(wsa_state));
482 /* Not making wsa_state available to the rest of the
487 if (WSAStartup(0x0202,&wsa_state)!=0)

Completed in 191 milliseconds