Searched defs:fdset (Results 1 – 6 of 6) sorted by relevance
/external/c-ares/ |
D | ares_nowarn.c | 140 int aresx_FD_ISSET(int fd, fd_set *fdset) in aresx_FD_ISSET() 148 void aresx_FD_SET(int fd, fd_set *fdset) in aresx_FD_SET() 156 void aresx_FD_ZERO(fd_set *fdset) in aresx_FD_ZERO()
|
/external/curl/lib/ |
D | warnless.c | 375 int curlx_FD_ISSET(int fd, fd_set *fdset) in curlx_FD_ISSET() 383 void curlx_FD_SET(int fd, fd_set *fdset) in curlx_FD_SET() 391 void curlx_FD_ZERO(fd_set *fdset) in curlx_FD_ZERO()
|
/external/curl/tests/libtest/ |
D | lib582.c | 188 static void updateFdSet(struct Sockets* sockets, fd_set* fdset, in updateFdSet() 214 static void checkFdSet(CURLM *curl, struct Sockets *sockets, fd_set *fdset, in checkFdSet()
|
/external/libvncserver/examples/ |
D | 1instance.c | 51 fd_set fdset; in get_next_message() local
|
/external/netperf/src/ |
D | netserver.c | 637 set_fdset(struct listen_elt *list, fd_set *fdset) { in set_fdset()
|
/external/mksh/src/ |
D | funcs.c | 1982 fd_set fdset; in c_read() local
|