OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcpt_keep
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_rcpt.c
210
if (state->rcpt_drop + state->
rcpt_keep
!= state->rcpt_left)
212
state->rcpt_drop, state->
rcpt_keep
, state->rcpt_left);
218
if (state->rcpt_drop > 0 && state->
rcpt_keep
> 0)
225
state->rcpt_left = state->
rcpt_keep
;
228
state->rcpt_drop = state->
rcpt_keep
= 0;
smtp.h
233
int
rcpt_keep
; /* recipients marked as keep */
member in struct:SMTP_STATE
673
(state)->rcpt_drop = (state)->
rcpt_keep
= 0; \
682
(rcpt)->u.status = SMTP_RCPT_STATE_KEEP; (state)->
rcpt_keep
++; \
689
#define SMTP_RCPT_MARK_COUNT(state) ((state)->rcpt_drop + (state)->
rcpt_keep
)
Completed in 19 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026