Searched defs:exited (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-program-client/
H A Dprogram-client-local.c35 bool exited:1; member in struct:program_client_local
137 plclient->exited = TRUE;
302 plclient->exited = TRUE;
405 if (plclient->exited) {
/dovecot/src/auth/
H A Ddb-checkpassword.c41 bool exited:1; member in struct:chkpw_auth_request
79 if (!request->exited) {
150 "Child %s exited with status 2 (tried to use "
160 "Child %s exited with status %d",
191 "Child %s exited with status %d",
201 /* the process must have exited, and the input fd must have closed */
202 if (!request->exited || request->fd_in != -1)
427 request->exited = TRUE;
443 "Child %s exited with status=%d",
/dovecot/src/doveadm/
H A Ddoveadm-dsync.c109 bool exited:1; member in struct:dsync_cmd_context
435 ctx->exited = TRUE;
452 if (!ctx->exited) {

Completed in 21 milliseconds