Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_stream.c255 if (vstream_wr_error(stream)) in smtp_longjmp()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h126 #define vstream_wr_error(vp) vbuf_wr_error(&(vp)->buf) macro