Searched refs:VSTREAM_PURGE_WRITE (Results 1 – 3 of 3) sorted by relevance
96 #define VSTREAM_PURGE_WRITE (1<<1) /* flush unwritten data */ macro97 #define VSTREAM_PURGE_BOTH (VSTREAM_PURGE_READ|VSTREAM_PURGE_WRITE)
1150 #define VSTREAM_MAYBE_PURGE_WRITE(d, b) if ((d) & VSTREAM_PURGE_WRITE) \ in vstream_fpurge()
2468 (void) vstream_fpurge(session->stream, VSTREAM_PURGE_WRITE); in smtp_loop()