Searched refs:rfree (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dt-rpool.c20 rfree __P((
24 rfree(cx) function
27 (void) sm_io_fprintf(smioout, SM_TIME_DEFAULT, "rfree freeing `%s'\n",
45 att = sm_rpool_attach_x(rpool, rfree, "attachment #1");
55 att = sm_rpool_attach_x(rpool, rfree, "attachment #2");
56 (void) sm_rpool_attach_x(rpool, rfree, "attachment #3");
H A Drpool.c460 ** rfree -- function to call when rpool is freed.
471 sm_rpool_attach_x(rpool, rfree, rcontext)
473 SM_RPOOL_RFREE_T rfree;
491 rpool->sm_rptr->sm_rfree = rfree;

Completed in 104 milliseconds