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_READ
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.h
95
#define
VSTREAM_PURGE_READ
(1<<0) /* flush unread data */
97
#define VSTREAM_PURGE_BOTH (
VSTREAM_PURGE_READ
|VSTREAM_PURGE_WRITE)
vstream.c
293
/* If direction is
VSTREAM_PURGE_READ
, it discards unread data,
1161
#define VSTREAM_MAYBE_PURGE_READ(d, b) if ((d) &
VSTREAM_PURGE_READ
) \
/src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c
779
vstream_fpurge(stream,
VSTREAM_PURGE_READ
);
Completed in 24 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026