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_FLAG_NSEEK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.c
1273
if (bp->flags &
VSTREAM_FLAG_NSEEK
) {
1283
bp->flags |=
VSTREAM_FLAG_NSEEK
;
1306
if (bp->flags &
VSTREAM_FLAG_NSEEK
) {
1317
bp->flags |=
VSTREAM_FLAG_NSEEK
;
1667
stream->buf.flags |=
VSTREAM_FLAG_NSEEK
;
1673
stream->buf.flags |=
VSTREAM_FLAG_NSEEK
;
vstream.h
89
#define
VSTREAM_FLAG_NSEEK
(1<<11) /* can't seek this file */
Completed in 24 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026