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

/illumos-gate/usr/src/cmd/sendmail/include/libmilter/
H A Dmfapi.h62 typedef struct smfi_str SMFICTX; typedef in typeref:struct:smfi_str
115 sfsistat (*xxfi_connect) SM__P((SMFICTX *, char *,
119 sfsistat (*xxfi_helo) SM__P((SMFICTX *, char *));
122 sfsistat (*xxfi_envfrom) SM__P((SMFICTX *, char **));
125 sfsistat (*xxfi_envrcpt) SM__P((SMFICTX *, char **));
128 sfsistat (*xxfi_header) SM__P((SMFICTX *, char *, char *));
131 sfsistat (*xxfi_eoh) SM__P((SMFICTX *));
134 sfsistat (*xxfi_body) SM__P((SMFICTX *, unsigned char *,
138 sfsistat (*xxfi_eom) SM__P((SMFICTX *));
141 sfsistat (*xxfi_abort) SM__P((SMFICTX *));
[all...]
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dexample.c45 SMFICTX *ctx;
95 SMFICTX *ctx;
136 SMFICTX *ctx;
150 SMFICTX *ctx;
161 SMFICTX *ctx;
179 SMFICTX *ctx;
186 SMFICTX *ctx;
193 SMFICTX *ctx;
200 SMFICTX *ctx;
208 SMFICTX *ct
[all...]
H A Dsmfi.c18 static int smfi_header __P((SMFICTX *, int, int, char *, char *));
41 SMFICTX *ctx;
93 SMFICTX *ctx;
118 SMFICTX *ctx;
144 SMFICTX *ctx;
172 buf_crt_send __P((SMFICTX *, int cmd, char *, char **));
176 SMFICTX *ctx;
237 send2 __P((SMFICTX *, int cmd, char *, char *));
241 SMFICTX *ctx;
299 SMFICTX *ct
[all...]
H A Dengine.c260 sfsistat (*fi_abort) __P((SMFICTX *));
261 sfsistat (*fi_close) __P((SMFICTX *));
773 SMFICTX *ctx;
800 SMFICTX *ctx;
843 int (*fi_negotiate) __P((SMFICTX *,
1173 sfsistat (*fi_connect) __P((SMFICTX *, char *, _SOCK_ADDR *));
1290 sfsistat (*fi_eoh) __P((SMFICTX *));
1314 sfsistat (*fi_data) __P((SMFICTX *));
1339 sfsistat (*fi_helo) __P((SMFICTX *, char *));
1370 sfsistat (*fi_header) __P((SMFICTX *, cha
[all...]
H A Dworker.c366 sfsistat (*fi_close) __P((SMFICTX *));

Completed in 49 milliseconds