Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvbuf.h74 #define vbuf_rd_error(v) ((v)->flags & (VBUF_FLAG_RD_ERR | VBUF_FLAG_RD_TIMEOUT)) macro
H A Dvstream.h125 #define vstream_rd_error(vp) vbuf_rd_error(&(vp)->buf)