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

/bind-9.11.3/lib/lwres/
H A Dcontext.c461 int ret2; local
492 ret2 = select(ctx->sock + 1, &readfds, NULL, NULL, &timeout);
497 if (ret2 < 0)
499 if (ret2 == 0)

Completed in 10 milliseconds