Home
last modified time | relevance | path

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

/PHP-5.3/win32/
H A Dsendmail.c84 char MailHost[HOST_NAME_LEN];
85 char LocalHost[HOST_NAME_LEN];
228 } else if (strlen(host) >= HOST_NAME_LEN) { in TSendMail()
295 if (NULL == (*error_message = ecalloc(1, HOST_NAME_LEN + 128))) { in TSendMail()
298 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail()
783 if (gethostname(LocalHost, HOST_NAME_LEN)) { in MailConnect()
801 if (namelen + 2 >= HOST_NAME_LEN) { in MailConnect()
809 if (namelen >= HOST_NAME_LEN) { in MailConnect()
H A Dsendmail.h7 #define HOST_NAME_LEN 256 macro

Completed in 8 milliseconds