/third_party/curl/tests/server/ |
H A D | sockfilt.c | 627 static int select_ws(int nfds, fd_set *readfds, fd_set *writefds, in select_ws() 628 fd_set *exceptfds, struct timeval *tv) in select_ws() 632 fd_set readsock, writesock, exceptsock; in select_ws() 962 fd_set fds_read; in juggle() 963 fd_set fds_write; in juggle() 964 fd_set fds_err; in juggle()
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 174 pub struct fd_set { // Unverified structure names 280 // intentionally not public, only used for fd_set 586 pub fn FD_CLR(fd: ::c_int, set: *mut fd_set) -> () { in FD_CLR() 593 pub fn FD_ISSET(fd: ::c_int, set: *const fd_set) -> bool { in FD_ISSET() 599 pub fn FD_SET(fd: ::c_int, set: *mut fd_set) -> () { in FD_SET() 606 pub fn FD_ZERO(set: *mut fd_set) -> () { in FD_ZERO()
|
/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 81 fd_set fds_;
|
/base/tee/tee_client/services/teecd/src/ |
H A D | tee_ca_auth.c | 87 fd_set fds;
in RecvCaMsg()
|
/kernel/liteos_m/kal/posix/src/ |
H A D | mqueue_impl.h | 128 fd_set mq_fdset; /* mqueue sysFd bit map */
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | It_ipc_fdset_001.cpp | 42 fd_set reads; in Testcase()
|
H A D | It_ipc_fdzero_001.cpp | 42 fd_set reads; in Testcase()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
H A D | IO_test_epoll_001.cpp | 42 fd_set rfds; in testcase()
|
H A D | IO_test_pselect_002.cpp | 47 fd_set rfds; in testcase()
|
/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()
|
H A D | test.h | 66 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
|
/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/curl/lib/ |
H A D | curl_setup.h | 348 int Curl_amiga_select(int nfds, fd_set *readfds, fd_set *writefds, 349 fd_set *errorfds, struct timeval *timeout);
|
/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()
|