Searched refs:EINPROGRESS (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/win32/include/lwres/
H A Dnet.h120 #ifndef EINPROGRESS
121 #define EINPROGRESS WSAEINPROGRESS macro
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dnet.h197 #ifndef EINPROGRESS
198 #define EINPROGRESS WSAEINPROGRESS macro
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dentropy.c550 if (errno != EINPROGRESS) {
H A Dsocket.c5008 * EINPROGRESS if it's non-blocking. We'd rather regard this as
5012 if (sock->type == isc_sockettype_udp && errno == EINPROGRESS) {
5016 if (SOFT_ERROR(errno) || errno == EINPROGRESS)
5164 if (SOFT_ERROR(errno) || errno == EINPROGRESS) {

Completed in 25 milliseconds