• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/sendmail/include/libmilter/

Lines Matching refs:__P

80 # define SM__P(X)	__P(X)
83 /* Some platforms don't define __P -- do it for them here: */
84 #ifndef __P
86 # define __P(X) X
88 # define __P(X) ()
90 #endif /* __P */
167 LIBMILTER_API int smfi_opensocket __P((bool));
168 LIBMILTER_API int smfi_register __P((struct smfiDesc));
169 LIBMILTER_API int smfi_main __P((void));
170 LIBMILTER_API int smfi_setbacklog __P((int));
171 LIBMILTER_API int smfi_setdbg __P((int));
172 LIBMILTER_API int smfi_settimeout __P((int));
173 LIBMILTER_API int smfi_setconn __P((char *));
174 LIBMILTER_API int smfi_stop __P((void));
175 LIBMILTER_API size_t smfi_setmaxdatasize __P((size_t));
176 LIBMILTER_API int smfi_version __P((unsigned int *, unsigned int *, unsigned int *));
285 extern sfsistat xxfi_connect __P((SMFICTX *, char *, _SOCK_ADDR *));
297 extern sfsistat xxfi_helo __P((SMFICTX *, char *));
308 extern sfsistat xxfi_envfrom __P((SMFICTX *, char **));
319 extern sfsistat xxfi_envrcpt __P((SMFICTX *, char **));
331 extern sfsistat *xxfi_unknown __P((SMFICTX *, const char *));
340 extern sfsistat xxfi_header __P((SMFICTX *, char *, char *));
352 extern sfsistat xxfi_eoh __P((SMFICTX *));
359 extern sfsistat xxfi_body __P((SMFICTX *, unsigned char *, size_t));
371 extern sfsistat xxfi_eom __P((SMFICTX *));
380 extern sfsistat xxfi_abort __P((SMFICTX *));
389 extern sfsistat xxfi_close __P((SMFICTX *));
404 LIBMILTER_API char * smfi_getsymval __P((SMFICTX *, char *));
418 LIBMILTER_API int smfi_setreply __P((SMFICTX *, char *, char *, char *));
425 LIBMILTER_API int smfi_setmlreply __P((SMFICTX *, const char *, const char *, ...));
446 LIBMILTER_API int smfi_addheader __P((SMFICTX *, char *, char *));
458 LIBMILTER_API int smfi_chgheader __P((SMFICTX *, char *, int, char *));
471 LIBMILTER_API int smfi_insheader __P((SMFICTX *, int, char *, char *));
484 LIBMILTER_API int smfi_chgfrom __P((SMFICTX *, char *, char *));
495 LIBMILTER_API int smfi_addrcpt __P((SMFICTX *, char *));
504 LIBMILTER_API int smfi_addrcpt_par __P((SMFICTX *, char *, char *));
515 LIBMILTER_API int smfi_delrcpt __P((SMFICTX *, char *));
524 LIBMILTER_API int smfi_progress __P((SMFICTX *));
535 LIBMILTER_API int smfi_replacebody __P((SMFICTX *, unsigned char *, int));
559 LIBMILTER_API int smfi_quarantine __P((SMFICTX *ctx, char *reason));
567 LIBMILTER_API int smfi_setpriv __P((SMFICTX *, void *));
576 LIBMILTER_API void *smfi_getpriv __P((SMFICTX *));
585 LIBMILTER_API int smfi_setsymlist __P((SMFICTX *, int, char *));
596 LIBMILTER_API int smfi_set_max_exec_time __P((unsigned int));