Searched defs:done (Results 1 - 4 of 4) sorted by relevance

/sendmail/sendmail/
H A Denvelope.c186 bool done = false; local
265 if (!done && q->q_owner == NULL &&
270 done = true;
555 sm_syslog(LOG_INFO, id, "done; delay=%s, ntries=%d",
733 ** In Daemon mode, this is done in the child.
H A Dtls.c115 static int done = RI_NONE; local
122 if (done != RI_NONE)
123 return done == RI_SUCCESS;
127 done = RI_FAIL;
260 done = ok ? RI_SUCCESS : RI_FAIL;
1480 "STARTTLS=%s, SSL_shutdown not done",
H A Dmap.c3809 ** child is done with it.
4769 register bool done; local
4868 done = isascii(*p) && isspace(*p);
4869 while (*p != '\0' && !done)
4880 done = isascii(*p) && isspace(*p);
7880 ** child is done with it.
/sendmail/libmilter/
H A Dworker.c673 bool done; local
678 done = false;
695 while (!done)
762 done = true;
767 if (done)

Completed in 28 milliseconds