Searched refs:ctx_mac_ptr (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsmfi.c819 if ((s = ctx->ctx_mac_ptr[i]) == NULL ||
H A Dlibmilter.h101 char **ctx_mac_ptr[MAX_MACROS_ENTRIES]; member in struct:smfi_str
H A Dengine.c756 if (ctx->ctx_mac_ptr[i] != NULL)
758 free(ctx->ctx_mac_ptr[i]);
759 ctx->ctx_mac_ptr[i] = NULL;
1518 if (g->a_ctx->ctx_mac_ptr[i] != NULL)
1519 free(g->a_ctx->ctx_mac_ptr[i]);
1522 g->a_ctx->ctx_mac_ptr[i] = argv;

Completed in 279 milliseconds