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

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h65 #define VBUF_FLAG_WR_ERR (1<<1) /* write error */ macro
66 #define VBUF_FLAG_ERR (VBUF_FLAG_RD_ERR | VBUF_FLAG_WR_ERR)
75 #define vbuf_wr_error(v) ((v)->flags & (VBUF_FLAG_WR_ERR | VBUF_FLAG_WR_TIMEOUT))
H A Dvstream.h75 #define VSTREAM_FLAG_WR_ERR VBUF_FLAG_WR_ERR /* write error */

Completed in 173 milliseconds