OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLEANUP_FLAG_INRCPT
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_extracted.c
183
if ((state->flags &
CLEANUP_FLAG_INRCPT
) == 0
196
state->flags |=
CLEANUP_FLAG_INRCPT
;
287
state->flags &= ~
CLEANUP_FLAG_INRCPT
;
296
if (state->flags &
CLEANUP_FLAG_INRCPT
)
cleanup_envelope.c
239
if ((state->flags &
CLEANUP_FLAG_INRCPT
) == 0
265
state->flags |=
CLEANUP_FLAG_INRCPT
;
341
if (state->flags &
CLEANUP_FLAG_INRCPT
) {
350
state->flags &= ~
CLEANUP_FLAG_INRCPT
;
362
if (state->flags &
CLEANUP_FLAG_INRCPT
)
cleanup.h
144
#define
CLEANUP_FLAG_INRCPT
(1<<16) /* Processing recipient records */
Completed in 73 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026