Home
last modified time | relevance | path

Searched refs:vstream_context (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/anvil/
H A Danvil.c629 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) == 0) { in anvil_remote_conn_update()
840 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) != 0 in anvil_remote_disconnect()
877 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) != 0) { in anvil_service_done()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_peer.c475 HTABLE *attr = (HTABLE *) vstream_context(state->client); in smtpd_peer_from_pass_attr()
619 if (vstream_context(state->client) != 0) { in smtpd_peer_init()
H A Dsmtpd_proxy.c828 #define VSTREAM_TO_SMTPD_STATE(s) ((SMTPD_STATE *) vstream_context(s)) in smtpd_proxy_save_rec_put()
H A Dsmtpd.c5662 && vstream_context(state->client) == 0 /* not postscreen */ in smtpd_proto()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dvstream.h124 #define vstream_context(vp) ((vp)->context) macro
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dnsbl.c479 var_psc_dnsbl_tmout, (char *) vstream_context(stream)); in psc_dnsbl_receive()
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A Devent_server.c377 HTABLE *attr = (HTABLE *) vstream_context(stream); in event_server_execute()
/netbsd-src/external/ibm-public/postfix/dist/
H A DTLS_CHANGES1447 * Added vstream_context() macro to the VSTREAM-interface.