Home
last modified time | relevance | path

Searched refs:SMFICTX_PTR (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/sendmail/libmilter/
Dworker.c68 static int mi_close_session __P((SMFICTX_PTR));
73 static int mi_list_add_ctx __P((SMFICTX_PTR));
74 static int mi_list_del_ctx __P((SMFICTX_PTR));
165 SMFICTX_PTR ctx; in mi_start_session()
211 SMFICTX_PTR ctx; in mi_close_session()
380 SMFICTX_PTR ctx;
399 SMFICTX_PTR ctx_nxt;
626 SMFICTX_PTR ctx;
672 SMFICTX_PTR ctx;
677 ctx = (SMFICTX_PTR) arg;
[all …]
Dlibmilter.h281 extern int mi_handle_session __P((SMFICTX_PTR));
282 extern int mi_engine __P((SMFICTX_PTR));
284 extern void mi_clr_macros __P((SMFICTX_PTR, int));
285 extern void mi_clr_ctx __P((SMFICTX_PTR));
298 extern bool mi_sendok __P((SMFICTX_PTR, int));
320 int mi_monitor_work_begin __P((SMFICTX_PTR, int));
321 int mi_monitor_work_end __P((SMFICTX_PTR, int));
332 extern int mi_start_session __P((SMFICTX_PTR));
Dmonitor.c46 static SMFICTX_PTR Mon_cur_ctx = NULL;
183 SMFICTX_PTR ctx; in mi_monitor_work_begin()
211 SMFICTX_PTR ctx; in mi_monitor_work_end()
Dengine.c26 SMFICTX_PTR a_ctx; /* context */
106 static int sendreply __P((sfsistat, socket_t, struct timeval *, SMFICTX_PTR));
107 static void fix_stm __P((SMFICTX_PTR));
111 static void mi_clr_symlist __P((SMFICTX_PTR));
239 SMFICTX_PTR ctx; in mi_engine()
475 static size_t milter_addsymlist __P((SMFICTX_PTR, char *, char **));
479 SMFICTX_PTR ctx; in milter_addsymlist()
617 SMFICTX_PTR ctx;
745 SMFICTX_PTR ctx; in mi_clr_macros()
843 SMFICTX_PTR ctx;
[all …]
Dhandler.c29 SMFICTX_PTR ctx;
Dlistener.c737 SMFICTX_PTR ctx;
911 if ((ctx = (SMFICTX_PTR) malloc(sizeof *ctx)) == NULL)
/freebsd-10-stable/contrib/sendmail/include/libmilter/
Dmfapi.h65 typedef struct smfi_str *SMFICTX_PTR; typedef