Home
last modified time | relevance | path

Searched defs:SMTP_SKIP_SPACE (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/win32/
H A Dsendmail.c60 #define SMTP_SKIP_SPACE(str) { while (isspace(*str)) { str++; } } macro

Completed in 13 milliseconds