OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcpt_count
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postqueue/
showq_json.c
75
int
rcpt_count
= 0;
local
125
for (
rcpt_count
= 0; (showq_status = attr_scan_more(showq_stream)) > 0;
rcpt_count
++) {
126
if (
rcpt_count
> 0)
/src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_entry.c
214
int
rcpt_count
= entry->rcpt_list.len;
local
243
src_job->
rcpt_count
-=
rcpt_count
;
244
dst_job->
rcpt_count
+=
rcpt_count
;
281
job->
rcpt_count
-= entry->rcpt_list.len;
282
message->
rcpt_count
-= entry->rcpt_list.len;
294
if (sponsor->
rcpt_count
>= sponsor->rcpt_limit || sponsor == job)
qmgr.h
369
int
rcpt_count
; /* used recipient slots */
member in struct:QMGR_MESSAGE
431
int
rcpt_count
; /* used recipient slots */
member in struct:QMGR_JOB
/src/external/ibm-public/postfix/dist/src/global/
deliver_request.c
221
int
rcpt_count
;
local
280
RECV_ATTR_INT(MAIL_ATTR_RCPT_COUNT, &
rcpt_count
),
317
while (
rcpt_count
-- > 0) {
/src/external/ibm-public/postfix/dist/src/postdrop/
postdrop.c
339
int
rcpt_count
= 0;
local
527
rcpt_count
++;
595
if (validate_input && (from_count == 0 ||
rcpt_count
== 0))
/src/external/ibm-public/postfix/dist/src/qmqpd/
qmqpd.h
47
int
rcpt_count
; /* recipient count */
member in struct:__anon23171
/src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c
136
int
rcpt_count
; /* # of recipients to go */
member in struct:SESSION
smtp-source.c
193
int
rcpt_count
; /* # of recipients to go */
member in struct:SESSION
669
session->
rcpt_count
= recipients;
705
session->
rcpt_count
--;
743
if (session->
rcpt_count
> 0)
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup.h
92
ssize_t
rcpt_count
; /* recipient count */
member in struct:CLEANUP_STATE
cleanup_milter.c
2450
long
rcpt_count
;
local
2474
&
rcpt_count
, &qmgr_opts) != 4)
/src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c
692
int
rcpt_count
= 0;
local
828
++
rcpt_count
;
838
++
rcpt_count
;
967
++
rcpt_count
;
973
if (
rcpt_count
== 0)
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.h
102
int
rcpt_count
; /* number of accepted recipients */
member in struct:__anon23176
Completed in 36 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026