Home
last modified time | relevance | path

Searched refs:vstream_bufstat (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h234 extern ssize_t vstream_bufstat(VSTREAM *, int);
244 #define vstream_peek(vp) vstream_bufstat((vp), VSTREAM_BST_IN_PEND)
H A Dvstream.c1761 ssize_t vstream_bufstat(VSTREAM *vp, int command) in vstream_bufstat() function
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_proto.c1911 + vstream_bufstat(session->stream, VSTREAM_BST_OUT_PEND) in smtp_loop()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c4423 int out_pending = vstream_bufstat(state->client, VSTREAM_BST_OUT_PEND); in quit_cmd()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY14766 Cleanup: vstream_bufstat() provides a more systematic