Home
last modified time | relevance | path

Searched refs:EVENT_NOTIFY_FN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Devents.h24 typedef void (*EVENT_NOTIFY_FN) (int, void *); typedef
26 #define EVENT_NOTIFY_TIME_FN EVENT_NOTIFY_FN /* legacy */
27 #define EVENT_NOTIFY_RDWR_FN EVENT_NOTIFY_FN /* legacy */
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_starttls.c85 EVENT_NOTIFY_FN resume_event; /* call-back handler */
275 void psc_starttls_open(PSC_STATE *smtp_state, EVENT_NOTIFY_FN resume_event) in psc_starttls_open()
H A Dpostscreen.h557 extern void psc_starttls_open(PSC_STATE *, EVENT_NOTIFY_FN);
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.h35 EVENT_NOTIFY_FN ciphertext_timer; /* kludge */
H A Dtlsproxy.c1114 static void tlsp_request_read_event(int fd, EVENT_NOTIFY_FN handler, in tlsp_request_read_event()
1123 static void tlsp_accept_event(int event, EVENT_NOTIFY_FN handler, in tlsp_accept_event()