Home
last modified time | relevance | path

Searched defs:SOCKET (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.hpp22 typedef int SOCKET; typedef
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.hpp22 typedef int SOCKET; typedef
/third_party/node/src/
Dpipe_wrap.h38 SOCKET, enumerator
Dtcp_wrap.h38 SOCKET, enumerator
Dudp_wrap.h123 SOCKET enumerator
/third_party/curl/lib/
Dsetup-win32.h40 # define SOCKET int macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs53 pub type SOCKET = ::uintptr_t; typedef
527 pub fn listen(s: SOCKET, backlog: ::c_int) -> ::c_int; in listen()
528 pub fn accept(s: SOCKET, addr: *mut ::sockaddr, addrlen: *mut ::c_int) -> SOCKET; in accept()
529 pub fn bind(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in bind()
530 pub fn connect(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in connect()
531 pub fn getpeername(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int; in getpeername()
532 pub fn getsockname(s: SOCKET, name: *mut ::sockaddr, nameln: *mut ::c_int) -> ::c_int; in getsockname()
534 s: SOCKET, in getsockopt()
541 s: SOCKET, in recvfrom()
549 s: SOCKET, in sendto()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc40 using SOCKET = int; typedef
/third_party/node/deps/cares/src/lib/
Dconfig-win32.h210 # define SOCKET int macro
/third_party/lame/frontend/
Drtp.c89 typedef int SOCKET; typedef
/third_party/mbedtls/library/
Dnet_sockets.c76 #define SOCKET int macro
/third_party/python/Modules/
Dselectmodule.c63 # define SOCKET int macro