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

  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_haproxy.c 105 PSC_CLEAR_EVENT_REQUEST(vstream_fileno(state->stream),
postscreen_send.c 205 PSC_CLEAR_EVENT_REQUEST(state->smtp_server_fd, psc_send_socket_close_event,
postscreen_early.c 121 PSC_CLEAR_EVENT_REQUEST(vstream_fileno(state->smtp_client_stream),
postscreen_smtpd.c 210 * Forward declaration, needed by PSC_CLEAR_EVENT_REQUEST.
232 PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->smtp_client_stream), \
270 PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->smtp_client_stream), \
276 PSC_CLEAR_EVENT_REQUEST(vstream_fileno((state)->smtp_client_stream), \
postscreen.h 341 /* PSC_CLEAR_EVENT_REQUEST - complete state transition */
343 #define PSC_CLEAR_EVENT_REQUEST(fd, time_act, context) do { \
postscreen_dnsbl.c 381 PSC_CLEAR_EVENT_REQUEST(vstream_fileno(stream), psc_dnsbl_receive, context);

Completed in 78 milliseconds