Home
last modified time | relevance | path

Searched refs:exc_refcount (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dexc.c264 exc->exc_refcount = 1;
442 if (exc->exc_refcount == 0)
444 if (--exc->exc_refcount == 0)
/titanic_44/usr/src/cmd/sendmail/include/sm/
H A Dexc.h71 size_t exc_refcount; member