Home
last modified time | relevance | path

Searched refs:xxfi_name (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/libmilter/
H A Dmain.c45 if (smfilter.xxfi_name == NULL)
46 smfilter.xxfi_name = "Unknown";
48 len = strlen(smfilter.xxfi_name) + 1;
49 smfi->xxfi_name = (char *) malloc(len);
50 if (smfi->xxfi_name == NULL)
52 (void) sm_strlcpy(smfi->xxfi_name, smfilter.xxfi_name, len);
64 smfi->xxfi_name, smfi->xxfi_version,
68 free(smfi->xxfi_name);
227 smfi->xxfi_name); in smfi_main()
232 if (mi_control_startup(smfi->xxfi_name) != MI_SUCCESS) in smfi_main()
[all …]
H A Dlistener.c76 smfi->xxfi_name, conn);
80 listenfd = mi_milteropen(conn, backlog, rmsocket, smfi->xxfi_name);
85 smfi->xxfi_name, conn);
92 smfi->xxfi_name, listenfd, FD_SETSIZE);
758 smfi->xxfi_name, listenfd, errno);
782 smfi->xxfi_name, MI_POLLSELECT,
800 smfi->xxfi_name, MI_POLLSELECT);
868 smfi->xxfi_name, sm_errstring(save_errno),
900 smfi->xxfi_name, sm_errstring(errno));
908 smfi->xxfi_name, sm_errstring(errno));
[all …]
H A Dengine.c309 ctx->ctx_smfi->xxfi_name)) == NULL &&
632 ctx->ctx_smfi->xxfi_name,
825 ctx->ctx_smfi->xxfi_name);
868 ctx->ctx_smfi->xxfi_name,
885 ctx->ctx_smfi->xxfi_name,
942 ctx->ctx_smfi->xxfi_name,
1047 ctx->ctx_smfi->xxfi_name,
1097 ctx->ctx_smfi->xxfi_name,
1126 ctx->ctx_smfi->xxfi_name,
1208 g->a_ctx->ctx_smfi->xxfi_name,
[all …]
/freebsd/contrib/sendmail/include/libmilter/
H A Dmfapi.h113 char *xxfi_name; /* filter name */ member