Searched refs:VBUF_FLAG_EOF (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h67 #define VBUF_FLAG_EOF (1<<2) /* end of data */ macro
71 #define VBUF_FLAG_BAD (VBUF_FLAG_ERR | VBUF_FLAG_EOF | VBUF_FLAG_TIMEOUT)
80 #define vbuf_eof(v) ((v)->flags & VBUF_FLAG_EOF)
H A Dvbuf.c170 bp->flags &= ~VBUF_FLAG_EOF;
180 ((bp->flags |= VBUF_FLAG_EOF), VBUF_EOF) : VBUF_GET(bp));
H A Dvstream.h80 #define VSTREAM_FLAG_EOF VBUF_FLAG_EOF /* end of file */

Completed in 183 milliseconds