HomeSort by relevance Sort by last modified time
    Searched refs:wsa_state (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
s_socket.c 122 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)
  /external/openssl/crypto/bio/
b_sock.c 474 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 224 milliseconds