Searched refs:VSTREAM_FLAG_NSEEK (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h79 #define VSTREAM_FLAG_NSEEK (1<<11) /* can't seek this file */ macro
H A Dvstream.c991 if (bp->flags & VSTREAM_FLAG_NSEEK) {
1000 bp->flags |= VSTREAM_FLAG_NSEEK;
1017 if (bp->flags & VSTREAM_FLAG_NSEEK) {
1028 bp->flags |= VSTREAM_FLAG_NSEEK;
1267 stream->buf.flags |= VSTREAM_FLAG_NSEEK;
1273 stream->buf.flags |= VSTREAM_FLAG_NSEEK;

Completed in 102 milliseconds