Home
last modified time | relevance | path

Searched refs:VSTREAM_FLAG_EOF (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h80 #define VSTREAM_FLAG_EOF VBUF_FLAG_EOF /* end of file */ macro
H A Dvstream.c959 if (bp->flags & VSTREAM_FLAG_EOF) in vstream_buf_get_ready()
994 bp->flags |= VSTREAM_FLAG_EOF; in vstream_buf_get_ready()
1277 bp->flags &= ~VSTREAM_FLAG_EOF; in vstream_fseek()