/third_party/libuv/src/win/ |
H A D | poll.c | 302 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 D | net_sockets.c | 128 * 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 D | sockets_stresstest.c | 184 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 D | poll.c | 300 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 D | sessions.c | 722 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 D | post_example.c | 705 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 D | applicationlayer.c | 303 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 D | perf_get.c | 368 fd_set rs; in testExternalGet() 369 fd_set ws; in testExternalGet() 370 fd_set es; in testExternalGet()
|
H A D | test_get.c | 270 fd_set rs; in testExternalGet() 271 fd_set ws; in testExternalGet() 272 fd_set es; in testExternalGet()
|
H A D | test_get_sendfile.c | 273 fd_set rs; in testExternalGet() 274 fd_set ws; in testExternalGet() 275 fd_set es; in testExternalGet()
|
H A D | test_large_put.c | 330 fd_set rs; in testExternalPut() 331 fd_set ws; in testExternalPut() 332 fd_set es; in testExternalPut()
|
H A D | test_post_loop.c | 311 fd_set rs; in testExternalPost() 312 fd_set ws; in testExternalPost() 313 fd_set es; in testExternalPost()
|
H A D | test_postform.c | 351 fd_set rs; in testExternalPost() 352 fd_set ws; in testExternalPost() 353 fd_set es; in testExternalPost()
|
H A D | test_process_headers.c | 305 fd_set rs; in testExternalGet() 306 fd_set ws; in testExternalGet() 307 fd_set es; in testExternalGet()
|
H A D | test_put.c | 301 fd_set rs; in testExternalPut() 302 fd_set ws; in testExternalPut() 303 fd_set es; in testExternalPut()
|
H A D | test_put_chunked.c | 311 fd_set rs; in testExternalPut() 312 fd_set ws; in testExternalPut() 313 fd_set es; in testExternalPut()
|
/third_party/curl/tests/libtest/ |
H A D | lib1506.c | 96 fd_set rd, wr, exc; in test()
|
H A D | lib526.c | 88 fd_set rd, wr, exc; in test()
|
H A D | lib525.c | 116 fd_set rd, wr, exc; in test()
|
H A D | lib2502.c | 98 fd_set rd, wr, exc; in test()
|
/third_party/curl/src/ |
H A D | tool_cb_rea.c | 69 fd_set bits; in tool_read_cb()
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Socket.cpp | 72 fd_set sockets; in select()
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Socket.cpp | 73 fd_set sockets; in select()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_daemon.c | 92 fd_set rs; in testExternalRun()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-tcpserver.c | 384 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()
|