HomeSort by: relevance | last modified time | path
    Searched refs:wsaData (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/bsd/libevent/dist/test/
test-init.c 56 WSADATA wsaData;
60 (void) WSAStartup(wVersionRequested, &wsaData);
test-eof.c 93 WSADATA wsaData;
97 (void) WSAStartup(wVersionRequested, &wsaData);
test-time.c 93 WSADATA wsaData;
97 (void) WSAStartup(wVersionRequested, &wsaData);
test-weof.c 90 WSADATA wsaData;
94 (void) WSAStartup(wVersionRequested, &wsaData);
test-changelist.c 179 WSADATA wsaData;
183 (void) WSAStartup(wVersionRequested, &wsaData);
test-dumpevents.c 86 WSADATA wsaData;
90 WSAStartup(wVersionRequested, &wsaData);
regress_main.c 486 WSADATA wsaData;
490 (void) WSAStartup(wVersionRequested, &wsaData);
test-ratelim.c 636 WSADATA wsaData;
638 (void) WSAStartup(wVersionRequested, &wsaData);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
test-init.c 55 WSADATA wsaData;
59 (void) WSAStartup(wVersionRequested, &wsaData);
test-eof.c 92 WSADATA wsaData;
96 (void) WSAStartup(wVersionRequested, &wsaData);
test-time.c 92 WSADATA wsaData;
96 (void) WSAStartup(wVersionRequested, &wsaData);
test-weof.c 89 WSADATA wsaData;
93 (void) WSAStartup(wVersionRequested, &wsaData);
test-changelist.c 178 WSADATA wsaData;
182 (void) WSAStartup(wVersionRequested, &wsaData);
test-dumpevents.c 85 WSADATA wsaData;
89 WSAStartup(wVersionRequested, &wsaData);
regress_main.c 483 WSADATA wsaData;
487 (void) WSAStartup(wVersionRequested, &wsaData);
  /src/external/bsd/libevent/dist/sample/
signal-test.c 53 WSADATA wsaData;
57 (void) WSAStartup(wVersionRequested, &wsaData);
time-test.c 77 WSADATA wsaData;
81 (void)WSAStartup(wVersionRequested, &wsaData);
le-proxy.c 222 WSADATA wsaData;
224 (void) WSAStartup(wVersionRequested, &wsaData);
https-client.c 293 WSADATA wsaData;
298 err = WSAStartup(wVersionRequested, &wsaData);
http-server.c 461 WSADATA wsaData;
463 WSAStartup(wVersionRequested, &wsaData);
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
main.cpp 51 WSADATA wsaData;
52 if (WSAStartup(MAKEWORD(2, 0), &wsaData)) {
  /src/external/bsd/tcpdump/dist/
netdissect.c 55 WSADATA wsaData;
62 err = WSAStartup(wVersionRequested, &wsaData);
  /src/external/bsd/openldap/dist/libraries/libldap/
init.c 687 WSADATA wsaData;
690 if ( WSAStartup( wVersionRequested, &wsaData ) != 0 ) {
702 if ( LOBYTE( wsaData.wVersion ) != 2 ||
703 HIBYTE( wsaData.wVersion ) != 0 )
712 { WSADATA wsaData;
713 if ( WSAStartup( 0x0101, &wsaData ) != 0 ) {
  /src/external/bsd/wpa/dist/src/utils/
os_win32.c 163 WSADATA wsaData;
164 if (WSAStartup(MAKEWORD(2, 0), &wsaData)) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
wks_11.c 110 WSADATA wsaData;
115 err = WSAStartup(wVersionRequested, &wsaData);

Completed in 36 milliseconds

1 2