Home
last modified time | relevance | path

Searched refs:mi_sendok (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/libmilter/
Dsmfi.c95 if (!mi_sendok(ctx, SMFIF_ADDHDRS))
121 if (!mi_sendok(ctx, SMFIF_ADDHDRS) || hdridx < 0)
147 if (!mi_sendok(ctx, SMFIF_CHGHDRS) || hdridx < 0)
303 if (!mi_sendok(ctx, SMFIF_CHGFROM))
365 if (!mi_sendok(ctx, SMFIF_ADDRCPT_PAR))
391 if (!mi_sendok(ctx, SMFIF_ADDRCPT))
420 if (!mi_sendok(ctx, SMFIF_DELRCPT))
452 if (!mi_sendok(ctx, SMFIF_CHGBODY))
495 if (!mi_sendok(ctx, SMFIF_QUARANTINE))
Dlibmilter.h298 extern bool mi_sendok __P((SMFICTX_PTR, int));
Dengine.c1830 mi_sendok(ctx, flag) in mi_sendok() function