Searched refs:MILTER_CHECK_ERROR (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 101 # define MILTER_CHECK_ERROR(initial, action) \ macro 2098 MILTER_CHECK_ERROR(false, return NULL); 2111 MILTER_CHECK_ERROR(false, return NULL); 2248 MILTER_CHECK_ERROR(false, continue); 2263 MILTER_CHECK_ERROR(false, continue); 3853 MILTER_CHECK_ERROR(true, continue); 3875 MILTER_CHECK_ERROR(true, continue); 4362 MILTER_CHECK_ERROR(false, continue); 4437 MILTER_CHECK_ERROR(false, break); 4657 MILTER_CHECK_ERROR(false, continue);
|