Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmci.c256 if (mci->mci_rpool != NULL)
258 sm_rpool_free(mci->mci_rpool);
260 mci->mci_rpool = NULL;
330 if (mci->mci_rpool == NULL)
331 mci->mci_rpool = sm_rpool_new_x(NULL);
334 mci->mci_macro.mac_rpool = mci->mci_rpool;
471 mci->mci_rpool = sm_rpool_new_x(NULL);
472 mci->mci_macro.mac_rpool = mci->mci_rpool;
H A Dstab.c404 if (s->s_mci.mci_rpool != NULL) in rmexpstab()
406 sm_rpool_free(s->s_mci.mci_rpool); in rmexpstab()
408 s->s_mci.mci_rpool = NULL; in rmexpstab()
H A Dusersmtp.c486 p, mci->mci_rpool);
495 sm_rpool_malloc(mci->mci_rpool, l);
655 out = (char *) sm_rpool_malloc_x(mci->mci_rpool, len + 1);
916 (*sai)[r] = (char *) sm_rpool_malloc(mci->mci_rpool, l + 1);
960 (*sai)[SASL_AUTHID] = (char *) sm_rpool_malloc(mci->mci_rpool,
971 (*sai)[SASL_USER] = (char *) sm_rpool_malloc(mci->mci_rpool,
1087 *psecret = (sasl_secret_t *) sm_rpool_malloc(mci->mci_rpool,
1917 mci->mci_rpool);
1958 mci->mci_saslcap, mci->mci_rpool);
1973 mci->mci_rpool);
H A Dsendmail.h680 SM_RPOOL_T *mci_rpool; /* resource pool */ variable