Home
last modified time | relevance | path

Searched refs:WAITING_READ (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/heimdal/lib/ipc/
H A Dserver.c454 #define WAITING_READ 2 macro
658 if ((c->flags & WAITING_READ) == 0) in add_new_socket()
685 if (c->flags & (WAITING_READ|WAITING_WRITE)) in maybe_close()
690 if ((c->flags & WAITING_READ) == 0) in maybe_close()
751 c->flags &= ~WAITING_READ; in socket_complete()
874 WAITING_READ | (c->flags & INHERIT_MASK), in handle_read()
889 c->flags &= ~WAITING_READ; in handle_read()
911 c->flags &= ~WAITING_READ; in handle_read()
920 c->flags &= ~WAITING_READ; in handle_read()
994 if (clients[n]->flags & WAITING_READ) in process_loop()
[all …]