HomeSort by: relevance | last modified time | path
    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