/third_party/libuv/test/ |
H A D | test-poll-close.c | 45 uv_os_sock_t sockets[NUM_SOCKETS]; in TEST_IMPL() local 59 uv_poll_init_socket(uv_default_loop(), &poll_handles[i], sockets[i]); in TEST_IMPL() local
|
H A D | test-watcher-cross-stop.c | 32 static uv_udp_t sockets[1250]; variable 34 static uv_udp_t sockets[2500]; variable [all...] |
/third_party/libcoap/include/coap3/ |
H A D | coap_net.h | 852 coap_write(coap_context_t *ctx, coap_socket_t *sockets[], unsigned int max_sockets, unsigned int *num_sockets, coap_tick_t now ) coap_write() argument
|
H A D | coap_net_internal.h | 180 coap_socket_t *sockets[64]; /**< Track different socket information member
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
H A D | socket_ext.c | 38 int sockets[2]; in send_and_recv_0010() local
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Socket.cpp | 72 fd_set sockets; in select() local
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Socket.cpp | 73 fd_set sockets; in select() local
|
/third_party/curl/tests/libtest/ |
H A D | libntlmconnect.c | 38 static curl_socket_t sockets[MAX_EASY_HANDLES]; variable
|
H A D | lib582.c | 36 curl_socket_t *sockets; member 49 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() argument 69 addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) addFd() argument 110 struct ReadWriteSockets *sockets = userp; curlSocketCallback() local 192 updateFdSet(struct Sockets *sockets, fd_set* fdset, curl_socket_t *maxFd) updateFdSet() argument 218 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument 237 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; test() local [all...] |
H A D | lib530.c | 43 curl_socket_t *sockets; member 56 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd() argument 77 addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) addFd() argument 120 struct ReadWriteSockets *sockets = userp; curlSocketCallback() local 218 updateFdSet(struct Sockets *sockets, fd_set* fdset, curl_socket_t *maxFd) updateFdSet() argument 245 checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, int evBitmask, const char *name) checkFdSet() argument 265 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; testone() local [all...] |
/third_party/libcoap/src/ |
H A D | coap_io_contiki.c | 39 coap_socket_t *sockets[1]; in on_prepare_timer_expired() local
|
H A D | coap_io.c | 1355 coap_io_prepare_io(coap_context_t *ctx, coap_socket_t *sockets[], unsigned int max_sockets, unsigned int *num_sockets, coap_tick_t now) global() argument [all...] |
/third_party/node/lib/internal/ |
H A D | child_process.js | |
/third_party/python/Lib/asyncio/ |
H A D | base_events.py | 328 def sockets(self): member in Server [all...] |
/third_party/lwip/src/api/ |
H A D | sockets.c | 268 static struct lwip_sock sockets[NUM_SOCKETS]; variable [all...] |
/third_party/curl/lib/ |
H A D | urldata.h | 610 curl_socket_t sockets[MAX_SOCKSPEREASYHANDLE]; member
|