Searched refs:mci_rpool (Results 1 – 4 of 4) sorted by relevance
259 if (mci->mci_rpool != NULL)261 sm_rpool_free(mci->mci_rpool);263 mci->mci_rpool = NULL;392 if (mci->mci_rpool == NULL)393 mci->mci_rpool = sm_rpool_new_x(NULL);396 mci->mci_macro.mac_rpool = mci->mci_rpool;534 mci->mci_rpool = sm_rpool_new_x(NULL);535 mci->mci_macro.mac_rpool = mci->mci_rpool;
444 if (s->s_mci.mci_rpool != NULL) in rmexpstab()446 sm_rpool_free(s->s_mci.mci_rpool); in rmexpstab()448 s->s_mci.mci_rpool = NULL; in rmexpstab()
540 p, mci->mci_rpool);549 sm_rpool_malloc(mci->mci_rpool, l);712 out = (char *) sm_rpool_malloc_x(mci->mci_rpool, len + 1);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,1973 mci->mci_rpool);2014 mci->mci_saslcap, mci->mci_rpool);2029 mci->mci_rpool);
888 SM_RPOOL_T *mci_rpool; /* resource pool */ variable