HomeSort by: relevance | last modified time | path
    Searched refs:vstream_context (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/anvil/
anvil.c 629 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) == 0) {
840 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) != 0
877 if ((anvil_local = (ANVIL_LOCAL *) vstream_context(client_stream)) != 0) {
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_peer.c 466 HTABLE *attr = (HTABLE *) vstream_context(state->client);
629 if (vstream_context(state->client) != 0) {
smtpd_proxy.c 837 #define VSTREAM_TO_SMTPD_STATE(s) ((SMTPD_STATE *) vstream_context(s))
smtpd.c 5903 && vstream_context(state->client) == 0 /* not postscreen */
  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 124 #define vstream_context(vp) ((vp)->context) macro
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dnsbl.c 479 var_psc_dnsbl_tmout, (char *) vstream_context(stream));
  /src/external/ibm-public/postfix/dist/src/master/
event_server.c 382 HTABLE *attr = (HTABLE *) vstream_context(stream);

Completed in 26 milliseconds