OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VSTREAM_PURGE_WRITE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.h
96
#define
VSTREAM_PURGE_WRITE
(1<<1) /* flush unwritten data */
97
#define VSTREAM_PURGE_BOTH (VSTREAM_PURGE_READ|
VSTREAM_PURGE_WRITE
)
vstream.c
294
/* else if direction is
VSTREAM_PURGE_WRITE
, it discards unwritten
1159
#define VSTREAM_MAYBE_PURGE_WRITE(d, b) if ((d) &
VSTREAM_PURGE_WRITE
) \
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c
2631
(void) vstream_fpurge(session->stream,
VSTREAM_PURGE_WRITE
);
Completed in 19 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026