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

/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dengine.c748 if (ctx->ctx_mac_ptr[i] != NULL)
750 free(ctx->ctx_mac_ptr[i]);
751 ctx->ctx_mac_ptr[i] = NULL;
1510 if (g->a_ctx->ctx_mac_ptr[i] != NULL)
1511 free(g->a_ctx->ctx_mac_ptr[i]);
1514 g->a_ctx->ctx_mac_ptr[i] = argv;
H A Dlibmilter.h101 char **ctx_mac_ptr[MAX_MACROS_ENTRIES]; member in struct:smfi_str
H A Dsmfi.c822 if ((s = ctx->ctx_mac_ptr[i]) == NULL ||

Completed in 65 milliseconds