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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h64 #define VBUF_FLAG_RD_ERR (1<<0) /* read error */ macro
66 #define VBUF_FLAG_ERR (VBUF_FLAG_RD_ERR | VBUF_FLAG_WR_ERR)
74 #define vbuf_rd_error(v) ((v)->flags & (VBUF_FLAG_RD_ERR | VBUF_FLAG_RD_TIMEOUT))
H A Dvbuf.c166 bp->flags |= VBUF_FLAG_RD_ERR; /* This error affects reads! */
H A Dvstream.h74 #define VSTREAM_FLAG_RD_ERR VBUF_FLAG_RD_ERR /* read error */

Completed in 133 milliseconds