Home
last modified time | relevance | path

Searched refs:FD_CLR (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/libc-test/src/api/
Dsys_time.c16 #ifndef FD_CLR in f()
17 {void(*p)(int,fd_set*) = FD_CLR;} in f()
Dsys_select.c18 #ifndef FD_CLR in f()
19 {void(*p)(int,fd_set*) = FD_CLR;} in f()
/third_party/pulseaudio/src/pulsecore/
Dpoll-posix.c170 FD_CLR(f->fd, &rset); in pa_poll()
171 FD_CLR(f->fd, &wset); in pa_poll()
172 FD_CLR(f->fd, &xset); in pa_poll()
Dcore-util.c210 FD_CLR(fd, &nonblocking_fds); in set_nonblock()
543 FD_CLR(fd, &nonblocking_fds); in pa_close()
/third_party/grpc/third_party/cares/config_android/
Dares_config.h443 #undef FD_CLR
457 #define FD_CLR(d, set) \ macro
/third_party/curl/tests/server/
Dsockfilt.c824 FD_CLR(wsasock, writefds); in select_ws()
825 FD_CLR(wsasock, exceptfds); in select_ws()
829 FD_CLR(wsasock, readfds); in select_ws()
830 FD_CLR(wsasock, exceptfds); in select_ws()
842 FD_CLR(wsasock, readfds); in select_ws()
846 FD_CLR(wsasock, writefds); in select_ws()
850 FD_CLR(wsasock, exceptfds); in select_ws()
862 FD_CLR(wsasock, readfds); in select_ws()
863 FD_CLR(wsasock, writefds); in select_ws()
864 FD_CLR(wsasock, exceptfds); in select_ws()
/third_party/musl/libc-test/src/functionalext/supplement/select/
Dpselect.c45 FD_CLR(STDIN_FILENO, &set); in pselect_fdset_0100()
48 FD_CLR(STDOUT_FILENO, &set); in pselect_fdset_0100()
/third_party/grpc/third_party/cares/config_linux/
Dares_config.h443 #undef FD_CLR
457 #define FD_CLR(d, set) \ macro
/third_party/musl/ndk_musl_include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/include/sys/
Dselect.h28 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dselect.h35 #define FD_CLR(d, s) ((s)->fds_bits[(d)/(8*sizeof(long))] &= ~(1UL<<((d)%(8*sizeof(long))))) macro
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect01.c319 FD_CLR(fd, &afds); in do_child()
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c302 FD_CLR(fd, &afds); in do_child()
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c331 FD_CLR(fd, &afds); in do_child()
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c243 FD_CLR(fd, &afds); in do_child()
/third_party/flutter/skia/experimental/Networking/
DSkSockets.cpp57 FD_CLR(sockfd, &fMasterSet); in closeSocket()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c313 FD_CLR(fd, &afds); in do_child()
/third_party/node/deps/cares/src/lib/
Dares_process.c241 FD_CLR(server->tcp_socket, write_fds); in write_tcp_data()
390 FD_CLR(server->tcp_socket, read_fds); in read_tcp_data()
498 FD_CLR(server->udp_socket, read_fds); in read_udp_packets()
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c482 FD_CLR(fd, &afds); in do_child()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c526 FD_CLR(fd, &afds); in do_child()
/third_party/lwip/src/include/lwip/
Dsockets.h477 #define FD_CLR(n, p) FDSETSAFESET(n, (p)->fd_bits[((n)-LWIP_SOCKET_OFFSET)/8] = (u8_t)((p)->fd_bit… macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c2290 FD_CLR (daemon->socket_fd, &rs); in MHD_select()

12