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_SEEK
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
vstream.c
852
if (bp->flags &
VSTREAM_FLAG_SEEK
)
1029
if (bp->flags &
VSTREAM_FLAG_SEEK
)
1198
bp->flags &= ~
VSTREAM_FLAG_SEEK
;
1245
bp->flags &= ~
VSTREAM_FLAG_SEEK
;
1255
bp->flags &= ~
VSTREAM_FLAG_SEEK
;
1285
bp->flags |=
VSTREAM_FLAG_SEEK
;
1315
if ((bp->flags &
VSTREAM_FLAG_SEEK
) == 0) {
1320
bp->flags |=
VSTREAM_FLAG_SEEK
;
vstream.h
88
#define
VSTREAM_FLAG_SEEK
(1<<10) /* seek info valid */
Completed in 18 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026