Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dsendmail.c85 char MailHost[HOST_NAME_LEN];
86 char LocalHost[HOST_NAME_LEN];
229 } 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()
784 if (gethostname(LocalHost, HOST_NAME_LEN)) { in MailConnect()
802 if (namelen + 2 >= HOST_NAME_LEN) { in MailConnect()
810 if (namelen >= HOST_NAME_LEN) { in MailConnect()
H A Dsendmail.h7 #define HOST_NAME_LEN 256 macro

Completed in 8 milliseconds