Home
last modified time | relevance | path

Searched refs:CA_VSTREAM_CTL_READ_FN (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_stream.c137 CA_VSTREAM_CTL_READ_FN(tls_timed_read), in tls_stream_start()
154 CA_VSTREAM_CTL_READ_FN(dummy_read), in tls_stream_stop()
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h165 #define CA_VSTREAM_CTL_READ_FN(v) VSTREAM_CTL_READ_FN, CHECK_VAL(VSTREAM_CTL, VSTREAM_RW_FN, (v)) macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dpipe_command.c578 CA_VSTREAM_CTL_READ_FN(pipe_command_read), in pipe_command()