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

/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dhandler.c29 SMFICTX_PTR ctx;
H A 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));
H A Dmonitor.c46 static SMFICTX_PTR Mon_cur_ctx = NULL;
183 SMFICTX_PTR ctx;
211 SMFICTX_PTR ctx;
H A 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;
211 SMFICTX_PTR ctx;
380 SMFICTX_PTR ctx;
397 SMFICTX_PTR ctx_nxt;
624 SMFICTX_PTR ctx;
670 SMFICTX_PTR ctx;
675 ctx = (SMFICTX_PTR) ar
[all...]
H A 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;
475 static size_t milter_addsymlist __P((SMFICTX_PTR, char *, char **));
479 SMFICTX_PTR ctx;
617 SMFICTX_PTR ctx;
749 SMFICTX_PTR ctx;
847 SMFICTX_PTR ct
[all...]
H A Dlistener.c737 SMFICTX_PTR ctx;
911 if ((ctx = (SMFICTX_PTR) malloc(sizeof *ctx)) == NULL)
/freebsd-12-stable/contrib/sendmail/include/libmilter/
H A Dmfapi.h65 typedef struct smfi_str *SMFICTX_PTR; typedef in typeref:struct:smfi_str

Completed in 113 milliseconds