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

/freebsd-12-stable/crypto/heimdal/lib/ipc/
H A Dserver.c456 #define WAITING_CLOSE 8 macro
732 if ((c->flags & WAITING_CLOSE) == 0) {
750 c->flags |= WAITING_CLOSE;
888 c->flags |= WAITING_CLOSE;
910 c->flags |= WAITING_CLOSE;
919 c->flags |= WAITING_CLOSE;
960 c->flags |= WAITING_CLOSE;
1008 clients[n]->flags |= WAITING_CLOSE;
1039 c->flags |= WAITING_CLOSE;

Completed in 101 milliseconds