Searched refs:MAX_ERROR_INDEX (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/win32/ | ||
H A D | sendmail.h | 32 #define MAX_ERROR_INDEX 22 /* Always last error message + 1 */ macro |
H A D | sendmail.c | 327 if (MIN_ERROR_INDEX <= index && index < MAX_ERROR_INDEX) { in GetSMErrorText() |
Completed in 7 milliseconds