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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_wsadata.h 13 typedef struct WSAData {
29 } WSADATA, *LPWSADATA;
  /prebuilts/go/darwin-x86/src/syscall/
types_windows_386.go 7 type WSAData struct {
types_windows_amd64.go 7 type WSAData struct {
syscall_windows.go 570 //sys WSAStartup(verreq uint32, data *WSAData) (sockerr error) = ws2_32.WSAStartup
    [all...]
zsyscall_windows.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
types_windows_386.go 7 type WSAData struct {
types_windows_amd64.go 7 type WSAData struct {
syscall_windows.go 570 //sys WSAStartup(verreq uint32, data *WSAData) (sockerr error) = ws2_32.WSAStartup
    [all...]
zsyscall_windows.go     [all...]
  /external/libevent/test/
bench_cascade.c 150 WSADATA WSAData;
151 WSAStartup(0x101, &WSAData);
bench_http.c 97 WSADATA WSAData;
98 WSAStartup(0x101, &WSAData);
bench.c 147 WSADATA WSAData;
148 WSAStartup(0x101, &WSAData);
bench_httpclient.c 186 WSADATA WSAData;
187 WSAStartup(0x101, &WSAData);
test-fdleak.c 234 WSADATA WSAData;
235 WSAStartup(0x101, &WSAData);
  /external/libevent/sample/
dns-example.c 183 WSADATA WSAData;
184 WSAStartup(0x101, &WSAData);
http-server.c 338 WSADATA WSAData;
339 WSAStartup(0x101, &WSAData);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows.go 71 var d syscall.WSAData
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows.go 71 var d syscall.WSAData
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 1633 milliseconds