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

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Drpool.h71 ** If this rpool object has no parent, then sm_parentlink
72 ** is NULL. Otherwise, we set *sm_parentlink = NULL
77 SM_RPOOL_RFREE_T *sm_parentlink; member in struct:__anon136
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Drpool.c315 rpool->sm_parentlink = NULL;
319 rpool->sm_parentlink = sm_rpool_attach_x(parent,
434 if (rpool->sm_parentlink != NULL)
435 *rpool->sm_parentlink = NULL;

Completed in 15 milliseconds