HomeSort by: relevance | last modified time | path
    Searched refs:rcpts (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
anvil_clnt.c 30 /* int anvil_clnt_rcpt(anvil_clnt, service, addr, rcpts)
34 /* int *rcpts;
60 /* rate, msgs, rcpts, ntls, auths)
67 /* int *rcpts;
121 /* .IP rcpts
217 int *msgs, int *rcpts, int *newtls, int *auths)
232 RECV_ATTR_INT(ANVIL_ATTR_RCPT, rcpts),
295 const char *addr, int *rcpts)
307 RECV_ATTR_INT(ANVIL_ATTR_RATE, rcpts),
447 int rcpts; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpstone/
smtp-sink.c 320 int rcpts; member in struct:SINK_STATE
616 /* Not: state->rcpts = 0. This breaks the DOT reply with LMTP. */
704 state->rcpts = 0;
725 state->rcpts++;
774 if (state->in_mail == 0 || state->rcpts == 0) {
803 while (state->rcpts-- > 0) /* XXX this could block */
816 while (state->rcpts-- > 0) /* XXX this could block */
829 while (state->rcpts-- > 0) /* XXX this could block */
1382 state->rcpts = 0;

Completed in 153 milliseconds