Home
last modified time | relevance | path

Searched refs:HOST_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/win32/
H A Dphp_win32_globals.h49 char mail_host[HOST_NAME_LEN];
50 char mail_local_host[HOST_NAME_LEN];
H A Dsendmail.h7 #define HOST_NAME_LEN 256 macro
H A Dsendmail.c217 } else if (strlen(host) >= HOST_NAME_LEN) { in TSendMail()
296 if (NULL == (*error_message = ecalloc(1, HOST_NAME_LEN + 128))) { in TSendMail()
299 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail()
799 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
819 if (namelen + 2 >= HOST_NAME_LEN) { in MailConnect()
828 if (namelen >= HOST_NAME_LEN) { in MailConnect()

Completed in 12 milliseconds