Searched refs:ctx_mac_list (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c490 if (ctx->ctx_mac_list[i] != NULL)
492 len += strlen(ctx->ctx_mac_list[i]) + 1 +
511 if (ctx->ctx_mac_list[i] == NULL)
519 l = strlen(ctx->ctx_mac_list[i]) + 1;
522 ctx->ctx_mac_list[i], l);
780 if (ctx->ctx_mac_list[i] != NULL)
782 free(ctx->ctx_mac_list[i]);
783 ctx->ctx_mac_list[i] = NULL;
H A Dsmfi.c337 if (ctx->ctx_mac_list[where] != NULL)
340 ctx->ctx_mac_list[where] = strdup(macros);
341 if (ctx->ctx_mac_list[where] == NULL)
H A Dlibmilter.h103 char *ctx_mac_list[MAX_MACROS_ENTRIES]; member in struct:smfi_str

Completed in 62 milliseconds