Searched defs:select (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/bin/tests/virtual-time/ |
H A D | vtwrapper.c | 20 #include <sys/select.h> 206 select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, function
|
/bind-9.11.3/bin/tests/system/chain/ans4/ |
H A D | ans.py | 18 import select namespace 311 inputready, outputready, exceptready = select.select(input, [], []) 312 except select.error as e:
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
H A D | dllstub.c | 327 select(int a0, fd_set* a1, fd_set* a2, fd_set* a3, const struct timeval* a4) function 332 idnLogPrintf(idn_log_level_trace, "stub select() called\n"); 336 if ((p = GetProcAddress(DLLHANDLE, "select")) == NULL) { 337 FATAL("cannot find entry select (%d)\n", GetLastError());
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
H A D | dllstub.c | 327 select(int a0, fd_set* a1, fd_set* a2, fd_set* a3, const struct timeval* a4) function 332 idnLogPrintf(idn_log_level_trace, "stub select() called\n"); 336 if ((p = GetProcAddress(DLLHANDLE, "select")) == NULL) { 337 FATAL("cannot find entry select (%d)\n", GetLastError());
|
Completed in 567 milliseconds