HomeSort by: relevance | last modified time | path
    Searched refs:VBUF_FLAG_RD_ERR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
vbuf.h 64 #define VBUF_FLAG_RD_ERR (1<<0) /* read error */
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))
vbuf.c 166 bp->flags |= VBUF_FLAG_RD_ERR; /* This error affects reads! */
vstream.h 74 #define VSTREAM_FLAG_RD_ERR VBUF_FLAG_RD_ERR /* read error */

Completed in 49 milliseconds