Searched refs:vstream_context (Results 1 – 8 of 8) sorted by relevance
629 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()
475 HTABLE *attr = (HTABLE *) vstream_context(state->client); in smtpd_peer_from_pass_attr()619 if (vstream_context(state->client) != 0) { in smtpd_peer_init()
828 #define VSTREAM_TO_SMTPD_STATE(s) ((SMTPD_STATE *) vstream_context(s)) in smtpd_proxy_save_rec_put()
5662 && vstream_context(state->client) == 0 /* not postscreen */ in smtpd_proto()
124 #define vstream_context(vp) ((vp)->context) macro
479 var_psc_dnsbl_tmout, (char *) vstream_context(stream)); in psc_dnsbl_receive()
377 HTABLE *attr = (HTABLE *) vstream_context(stream); in event_server_execute()
1447 * Added vstream_context() macro to the VSTREAM-interface.