Home
last modified time | relevance | path

Searched refs:vstream_peek (Results 1 – 11 of 11) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dnetstring.c429 } while (vstream_peek(VSTREAM_IN) > 0); in stdin_read_event()
452 } while (vstream_peek(child_stream) > 0); in child_read_event()
H A Dvstream.h231 extern ssize_t vstream_peek(VSTREAM *);
242 #define vstream_peek(vp) vstream_bufstat((vp), VSTREAM_BST_IN_PEND) macro
H A Dvstream.c1796 #undef vstream_peek /* API binary compatibility. */
1800 ssize_t vstream_peek(VSTREAM *vp) in vstream_peek() function
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpstone/
H A Dsmtp-sink.c355 if (vstream_peek(fp) <= 0 && readable(vstream_fileno(fp)) <= 0) \
966 if (vstream_peek(state->stream) <= 0 in data_read()
1208 if (PUSH_BACK_PEEK(state) == 0 && vstream_peek(state->stream) <= 0 in command_read()
1301 } while (PUSH_BACK_PEEK(state) != 0 || vstream_peek(state->stream) > 0); in read_event()
H A Dqmqp-sink.c137 if ((count = vstream_peek(state->stream)) > 0) { in read_data()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_session.c372 || (tls->level == TLS_LEV_MAY && vstream_peek(mp) > 0)) in smtp_session_activate()
H A Dsmtp_proto.c1724 && (vstream_peek(session->stream) > 0 in smtp_loop()
/dports/mail/postfix-current/postfix-3.7-20211107/src/scache/
H A Dscache.c465 } while (vstream_peek(client_stream) > 0); in scache_service()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postscreen/
H A Dpostscreen_smtpd.c190 && vstream_peek((state)->smtp_client_stream) <= 0)
195 vstream_peek((state)->smtp_client_stream)
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd.c5804 && (vstream_peek(state->client) > 0 in smtpd_proto()
5809 vstream_peek(state->client) < 100 ? in smtpd_proto()
5810 vstream_peek(state->client) : 100); in smtpd_proto()
5856 (long) (state->act_size + vstream_peek(state->client)), in smtpd_proto()
/dports/mail/postfix-current/postfix-3.7-20211107/
H A DHISTORY2119 Feature: new vstream_peek() routine to tell how much unread
14768 vstream_peek() function is now a backwards compatibility
16558 at buffered input. Use vstream_peek() to find out how much,