Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/sendmail/include/libmilter/
Dmfapi.h64 typedef struct smfi_str SMFICTX; typedef
118 sfsistat (*xxfi_connect) SM__P((SMFICTX *, char *, _SOCK_ADDR *));
121 sfsistat (*xxfi_helo) SM__P((SMFICTX *, char *));
124 sfsistat (*xxfi_envfrom) SM__P((SMFICTX *, char **));
127 sfsistat (*xxfi_envrcpt) SM__P((SMFICTX *, char **));
130 sfsistat (*xxfi_header) SM__P((SMFICTX *, char *, char *));
133 sfsistat (*xxfi_eoh) SM__P((SMFICTX *));
136 sfsistat (*xxfi_body) SM__P((SMFICTX *, unsigned char *, size_t));
139 sfsistat (*xxfi_eom) SM__P((SMFICTX *));
142 sfsistat (*xxfi_abort) SM__P((SMFICTX *));
[all …]
/freebsd-10-stable/contrib/sendmail/libmilter/
Dexample.c45 SMFICTX *ctx; in mlfi_cleanup()
95 SMFICTX *ctx; in mlfi_envfrom()
136 SMFICTX *ctx; in mlfi_header()
150 SMFICTX *ctx; in mlfi_eoh()
161 SMFICTX *ctx; in mlfi_body()
179 SMFICTX *ctx; in mlfi_eom()
186 SMFICTX *ctx; in mlfi_close()
193 SMFICTX *ctx; in mlfi_abort()
200 SMFICTX *ctx; in mlfi_unknown()
208 SMFICTX *ctx; in mlfi_data()
[all …]
Dsmfi.c16 static int smfi_header __P((SMFICTX *, int, int, char *, char *));
39 SMFICTX *ctx; in smfi_header()
91 SMFICTX *ctx; in smfi_addheader()
116 SMFICTX *ctx; in smfi_insheader()
142 SMFICTX *ctx; in smfi_chgheader()
170 buf_crt_send __P((SMFICTX *, int cmd, char *, char **));
174 SMFICTX *ctx;
235 send2 __P((SMFICTX *, int cmd, char *, char *));
239 SMFICTX *ctx; in send2()
297 SMFICTX *ctx; in smfi_chgfrom()
[all …]
Dengine.c255 sfsistat (*fi_abort) __P((SMFICTX *));
256 sfsistat (*fi_close) __P((SMFICTX *));
777 SMFICTX *ctx; in mi_clr_symlist()
804 SMFICTX *ctx; in mi_clr_ctx()
847 int (*fi_negotiate) __P((SMFICTX *,
1177 sfsistat (*fi_connect) __P((SMFICTX *, char *, _SOCK_ADDR *));
1294 sfsistat (*fi_eoh) __P((SMFICTX *));
1318 sfsistat (*fi_data) __P((SMFICTX *));
1343 sfsistat (*fi_helo) __P((SMFICTX *, char *));
1374 sfsistat (*fi_header) __P((SMFICTX *, char *, char *));
[all …]
Dworker.c410 sfsistat (*fi_close) __P((SMFICTX *));