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

/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c4182 int io_state; local
4190 io_state = doio_recv(sock, dev);
4196 io_state = doio_recv(sock, dev);
4198 io_state = DOIO_SOFT;
4201 switch (io_state) {
4358 int io_state; local
4386 io_state = doio_send(sock, dev);
4392 io_state = doio_send(sock, dev);
4394 io_state = DOIO_SOFT;
4397 switch (io_state) {
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c2919 int io_state; local
2943 io_state = startio_send(sock, dev, &cc, &send_errno);
2944 switch (io_state) {

Completed in 40 milliseconds