Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dnanoftp.h27 #define SOCKET int macro
/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.h37 SOCKET, enumerator
Dtcp_wrap.h37 SOCKET, enumerator
Dudp_wrap.h123 SOCKET enumerator
/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.h187 #define SOCKET int macro
/third_party/libxml2/
Dnanohttp.c95 #define SOCKET int macro
/third_party/python/Modules/
Dselectmodule.c58 # define SOCKET int macro