Searched defs:select (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c327 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.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c327 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 571 milliseconds