Home
last modified time | relevance | path

Searched refs:sm_rpool_malloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/sendmail/include/sm/
HDrpool.h155 # define sm_rpool_malloc(rpool, size) \ macro
163 sm_rpool_malloc __P((
166 # define sm_rpool_malloc_tagged(rpool, size, file, line, group) sm_rpool_malloc(rpool, size)
/freebsd-14-stable/contrib/sendmail/src/
HDsasl.c173 res = (char *) sm_rpool_malloc(rpool, rl + 1);
HDusersmtp.c390 res = (char *) sm_rpool_malloc(rpool, rl + 2);
549 sm_rpool_malloc(mci->mci_rpool, l);
972 (*sai)[r] = (char *) sm_rpool_malloc(mci->mci_rpool, l + 1);
1016 (*sai)[SASL_AUTHID] = (char *) sm_rpool_malloc(mci->mci_rpool,
1027 (*sai)[SASL_USER] = (char *) sm_rpool_malloc(mci->mci_rpool,
1143 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
3470 (new = (char *) sm_rpool_malloc(e->e_rpool, len))
HDsrvrsmtp.c2198 in = sm_rpool_malloc(e->e_rpool, strlen(q));
/freebsd-14-stable/contrib/sendmail/libsm/
HDrpool.c229 sm_rpool_malloc(rpool, size)