Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sendmail/libmilter/
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));
164 SMFICTX_PTR ctx; in mi_start_session()
208 SMFICTX_PTR ctx; in mi_close_session()
336 SMFICTX_PTR ctx;
355 SMFICTX_PTR ctx_nxt;
571 SMFICTX_PTR ctx;
616 SMFICTX_PTR ctx;
621 ctx = (SMFICTX_PTR) arg;
[all …]
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.c48 static SMFICTX_PTR Mon_cur_ctx = NULL;
185 SMFICTX_PTR ctx; in mi_monitor_work_begin()
213 SMFICTX_PTR ctx; in mi_monitor_work_end()
H A Dengine.c26 SMFICTX_PTR a_ctx; /* context */
111 static int sendreply __P((sfsistat, socket_t, struct timeval *, SMFICTX_PTR));
112 static void fix_stm __P((SMFICTX_PTR));
116 static void mi_clr_symlist __P((SMFICTX_PTR));
244 SMFICTX_PTR ctx; in mi_engine()
471 static size_t milter_addsymlist __P((SMFICTX_PTR, char *, char **));
475 SMFICTX_PTR ctx; in milter_addsymlist()
613 SMFICTX_PTR ctx;
741 SMFICTX_PTR ctx; in mi_clr_macros()
839 SMFICTX_PTR ctx;
[all …]
H A Dhandler.c29 SMFICTX_PTR ctx;
H A Dlistener.c736 SMFICTX_PTR ctx;
896 if ((ctx = (SMFICTX_PTR) malloc(sizeof *ctx)) == NULL)
/titanic_50/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h63 typedef struct smfi_str *SMFICTX_PTR; typedef