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

/freebsd-13-stable/contrib/sendmail/include/sm/
H A Drpool.h69 ** If this rpool object has no parent, then sm_parentlink
70 ** is NULL. Otherwise, we set *sm_parentlink = NULL
75 SM_RPOOL_RFREE_T *sm_parentlink; member in struct:__anon5937
/freebsd-13-stable/contrib/sendmail/libsm/
H A Drpool.c313 rpool->sm_parentlink = NULL;
317 rpool->sm_parentlink = sm_rpool_attach_x(parent,
432 if (rpool->sm_parentlink != NULL)
433 *rpool->sm_parentlink = NULL;

Completed in 120 milliseconds