Searched defs:SM_SPLIT_FAIL (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c7939 #define SM_SPLIT_FAIL (0) macro
7953 ** SM_SPLIT_FAIL on failure
8162 return SM_SPLIT_FAIL;
8176 ** SM_SPLIT_FAIL on failure
8303 return SM_SPLIT_FAIL;
8386 if (n == SM_SPLIT_FAIL)
8406 if (split_within_queue(ee) == SM_SPLIT_FAIL)
8448 split = split_within_queue(e) != SM_SPLIT_FAIL;

Completed in 58 milliseconds