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

/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dexc.h132 SM_EXC_T *eh_value; member in struct:sm_exc_handler
150 _h.eh_value = NULL; \
167 _h.eh_state = sm_exc_match(_h.eh_value,pat) \
170 SM_UNUSED(SM_EXC_T *e) = _h.eh_value;
177 if (_h.eh_value != NULL) \
178 sm_exc_raise_x(_h.eh_value); \
180 if (_h.eh_value != NULL) \
181 sm_exc_raise_x(_h.eh_value); \
183 sm_exc_free(_h.eh_value); \
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dexc.c614 if (SmExcHandler->eh_value == NULL)
615 SmExcHandler->eh_value = exc;

Completed in 84 milliseconds