Home
last modified time | relevance | path

Searched refs:fd_set (Results 151 - 175 of 379) sorted by relevance

12345678910>>...16

/third_party/curl/tests/server/
H A Dsockfilt.c627 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 Dmod.rs174 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 Daccount_file_watcher_manager.h81 fd_set fds_;
/base/tee/tee_client/services/teecd/src/
H A Dtee_ca_auth.c87 fd_set fds; in RecvCaMsg()
/kernel/liteos_m/kal/posix/src/
H A Dmqueue_impl.h128 fd_set mq_fdset; /* mqueue sysFd bit map */
/kernel/liteos_a/testsuites/unittest/extended/signal/full/
H A DIt_ipc_fdset_001.cpp42 fd_set reads; in Testcase()
H A DIt_ipc_fdzero_001.cpp42 fd_set reads; in Testcase()
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_epoll_001.cpp42 fd_set rfds; in testcase()
H A DIO_test_pselect_002.cpp47 fd_set rfds; in testcase()
/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()
H A Dtest.h66 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
/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/curl/lib/
H A Dcurl_setup.h348 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 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()

Completed in 18 milliseconds

12345678910>>...16