Home
last modified time | relevance | path

Searched defs:sockets (Results 1 – 24 of 24) sorted by relevance

/third_party/curl/tests/libtest/
Dlib582.c36 curl_socket_t *sockets; member
49 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
69 static void addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
110 struct ReadWriteSockets *sockets = userp; in curlSocketCallback() local
192 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet()
218 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
237 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; in test() local
Dlib530.c43 curl_socket_t *sockets; member
56 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
77 static int addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
120 struct ReadWriteSockets *sockets = userp; in curlSocketCallback() local
218 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet()
246 struct Sockets *sockets, fd_set *fdset, in checkFdSet()
265 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; in testone() local
Dlibntlmconnect.c38 static curl_socket_t sockets[MAX_EASY_HANDLES]; variable
/third_party/node/test/parallel/
Dtest-child-process-fork-getconnections.js30 const sockets = []; variable
68 const sockets = []; variable
Dtest-dgram-unref-in-cluster.js17 const sockets = process.getActiveResourcesInfo().filter((item) => { constant
Dtest-net-server-close.js27 const sockets = []; variable
Dtest-net-server-reset.js6 const sockets = []; variable
Dtest-net-socket-timeout-unref.js37 const sockets = []; variable
Dtest-http-agent-maxsockets-respected.js49 const sockets = agent.sockets[Object.keys(agent.sockets)[0]]; constant
/third_party/ltp/doc/
DC-Test-Network-API.asciidoc16 1.1 Safe syscall variants
70 1.2 Address conversion functions
/third_party/libuv/test/
Dtest-watcher-cross-stop.c32 static uv_udp_t sockets[1250]; variable
34 static uv_udp_t sockets[2500]; variable
Dtest-poll-close.c45 uv_os_sock_t sockets[NUM_SOCKETS]; in TEST_IMPL() local
/third_party/node/lib/
D_http_agent.js260 this.sockets[name] = []; property
328 this.sockets[name] = []; property
/third_party/skia/third_party/externals/swiftshader/src/System/
DSocket.cpp73 fd_set sockets; in select() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DSocket.cpp72 fd_set sockets; in select() local
/third_party/libcoap/include/coap3/
Dcoap_net.h853 coap_socket_t *sockets[], in coap_write()
Dcoap_net_internal.h180 coap_socket_t *sockets[64]; /**< Track different socket information member
/third_party/node/test/sequential/
Dtest-http-keepalive-maxsockets.js102 function count(sockets) { argument
/third_party/musl/libc-test/src/functionalext/fortify/
Dsocket_ext.c38 int sockets[2]; in send_and_recv_0010() local
/third_party/libcoap/src/
Dcoap_io_contiki.c39 coap_socket_t *sockets[1]; in on_prepare_timer_expired() local
Dcoap_io.c1356 coap_socket_t *sockets[],
/third_party/python/Lib/asyncio/
Dbase_events.py275 def __init__(self, loop, sockets, protocol_factory, ssl_context, backlog, argument
325 def sockets(self): member in Server
/third_party/lwip/src/api/
Dsockets.c268 static struct lwip_sock sockets[NUM_SOCKETS]; variable
/third_party/curl/lib/
Durldata.h610 curl_socket_t sockets[MAX_SOCKSPEREASYHANDLE]; member