Home
last modified time | relevance | path

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

12

/third_party/curl/tests/libtest/
Dlib582.c34 curl_socket_t *sockets; member
47 static void removeFd(struct Sockets *sockets, curl_socket_t fd, int mention) in removeFd()
67 static void addFd(struct Sockets *sockets, curl_socket_t fd, const char *what) in addFd()
108 struct ReadWriteSockets *sockets = userp; in curlSocketCallback() local
188 static void updateFdSet(struct Sockets *sockets, fd_set* fdset, in updateFdSet()
214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
233 struct ReadWriteSockets sockets = {{NULL, 0, 0}, {NULL, 0, 0}}; in test() local
Dlibntlmconnect.c36 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-net-server-close.js28 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/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/glib/glib/tests/
Dgpoll.c39 prepare_fds (SOCKET sockets[], in prepare_fds()
76 check_fds (SOCKET sockets[], in check_fds()
115 prepare_sockets (SOCKET sockets[], in prepare_sockets()
159 cleanup_sockets (SOCKET sockets[], in cleanup_sockets()
242 SOCKET sockets[NUM_POLLEES]; in test_gpoll() local
/third_party/libcoap/src/
Dcoap_io_riot.c167 find_socket(coap_fd_t fd, coap_socket_t *sockets[], unsigned int num_sockets) { in find_socket()
186 coap_socket_t *sockets[LIBCOAP_MAX_SOCKETS]; in coap_io_process() local
Dcoap_io.c1141 coap_socket_t *sockets[],
1182 coap_socket_t *sockets[],
1380 static coap_socket_t *sockets[64]; local
1584 coap_socket_t *sockets[],
/third_party/node/lib/
D_http_agent.js245 this.sockets[name] = []; property
314 this.sockets[name] = []; property
/third_party/node/deps/npm/node_modules/agentkeepalive/
Dindex.d.ts13 sockets: object, 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/libsoup/tests/
Dconnection-test.c218 SoupSocket **sockets = user_data; in request_started_socket_collector() local
242 SoupSocket *sockets[4] = { NULL, NULL, NULL, NULL }; in do_timeout_test_for_session() local
294 SoupSocket *sockets[4] = { NULL, NULL, NULL, NULL }; in do_timeout_req_test_for_session() local
415 SoupSocket *sockets[4] = { NULL, NULL, NULL, NULL }; in do_persistent_connection_timeout_test_with_cancellation() local
703 SoupSocket *sockets[4] = { NULL, NULL, NULL, NULL }; in do_non_idempotent_test_for_session() local
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/
Dtcp.c155 GSocket *sockets[2] = { NULL, NULL }; in setup_multisocketsink_and_socketsrc() local
247 GSocket *sockets[4] = { NULL, NULL }; in GST_START_TEST() local
/third_party/glib/gio/tests/
Dunix-fd.c48 GSocket *sockets[2]; in test_fds() local
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/
Dipcpipeline1.c159 int sockets[2]; in main() local
/third_party/libcoap/include/coap3/
Dnet.h760 coap_socket_t *sockets[], in coap_write()
/third_party/boost/libs/asio/test/latency/
Dtcp_client.cpp54 std::vector<boost::shared_ptr<tcp::socket> > sockets; in main() local
/third_party/node/test/sequential/
Dtest-http-keepalive-maxsockets.js102 function count(sockets) { argument
/third_party/node/deps/npm/node_modules/agentkeepalive/lib/
D_http_agent.js204 this.sockets[name] = []; property
/third_party/grpc/test/cpp/naming/
Dresolver_component_test.cc315 std::vector<int> sockets; in OpenAndCloseSocketsStressLoop() local
381 std::vector<int> sockets; in OpenAndCloseSocketsStressLoop() local
/third_party/glib/gio/
Dgsocketlistener.c85 GPtrArray *sockets; member

12