Home
last modified time | relevance | path

Searched refs:fd_set (Results 126 - 150 of 298) sorted by relevance

12345678910>>...12

/third_party/libuv/src/win/
H A Dpoll.c302 r = select(1, (fd_set*) &rfds, (fd_set*) &wfds, (fd_set*) &efds, &timeout); in uv__slow_poll_thread_proc()
/third_party/mbedtls/library/
H A Dnet_sockets.c128 * allowed for fd_set used for the FD_xxx macros and the select() function.
142 * fd_set type. Error out early, because attempting to call FD_SET on a in check_fd()
499 fd_set read_fds;
500 fd_set write_fds;
631 fd_set read_fds;
/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c184 fd_set fs_r; in sockets_stresstest_wait_readable_select()
185 fd_set fs_w; in sockets_stresstest_wait_readable_select()
186 fd_set fs_e; in sockets_stresstest_wait_readable_select()
/third_party/node/deps/uv/src/win/
H A Dpoll.c300 r = select(1, (fd_set*) &rfds, (fd_set*) &wfds, (fd_set*) &efds, &timeout); in uv__slow_poll_thread_proc()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c722 fd_set rs; in main()
723 fd_set ws; in main()
724 fd_set es; in main()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dpost_example.c705 fd_set rs; in main()
706 fd_set ws; in main()
707 fd_set es; in main()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dapplicationlayer.c303 fd_set *read_fd_set, in SPDY_get_fdset()
304 fd_set *write_fd_set, in SPDY_get_fdset()
305 fd_set *except_fd_set) in SPDY_get_fdset()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get.c368 fd_set rs; in testExternalGet()
369 fd_set ws; in testExternalGet()
370 fd_set es; in testExternalGet()
H A Dtest_get.c270 fd_set rs; in testExternalGet()
271 fd_set ws; in testExternalGet()
272 fd_set es; in testExternalGet()
H A Dtest_get_sendfile.c273 fd_set rs; in testExternalGet()
274 fd_set ws; in testExternalGet()
275 fd_set es; in testExternalGet()
H A Dtest_large_put.c330 fd_set rs; in testExternalPut()
331 fd_set ws; in testExternalPut()
332 fd_set es; in testExternalPut()
H A Dtest_post_loop.c311 fd_set rs; in testExternalPost()
312 fd_set ws; in testExternalPost()
313 fd_set es; in testExternalPost()
H A Dtest_postform.c351 fd_set rs; in testExternalPost()
352 fd_set ws; in testExternalPost()
353 fd_set es; in testExternalPost()
H A Dtest_process_headers.c305 fd_set rs; in testExternalGet()
306 fd_set ws; in testExternalGet()
307 fd_set es; in testExternalGet()
H A Dtest_put.c301 fd_set rs; in testExternalPut()
302 fd_set ws; in testExternalPut()
303 fd_set es; in testExternalPut()
H A Dtest_put_chunked.c311 fd_set rs; in testExternalPut()
312 fd_set ws; in testExternalPut()
313 fd_set es; in testExternalPut()
/third_party/curl/tests/libtest/
H A Dlib1506.c96 fd_set rd, wr, exc; in test()
H A Dlib526.c88 fd_set rd, wr, exc; in test()
H A Dlib525.c116 fd_set rd, wr, exc; in test()
H A Dlib2502.c98 fd_set rd, wr, exc; in test()
/third_party/curl/src/
H A Dtool_cb_rea.c69 fd_set bits; in tool_read_cb()
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DSocket.cpp72 fd_set sockets; in select()
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSocket.cpp73 fd_set sockets; in select()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtest_daemon.c92 fd_set rs; in testExternalRun()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpserver.c384 fd_set read_fds; /* list of file descriptor for reading */ in handle_client()
404 fd_set active_fds; /* list of the active file descriptor */ in handle_client()

Completed in 28 milliseconds

12345678910>>...12