Searched refs:HOST_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
45 char mail_host[HOST_NAME_LEN];46 char mail_local_host[HOST_NAME_LEN];
5 #define HOST_NAME_LEN 256 macro
191 } else if (strlen(host) >= HOST_NAME_LEN) { in TSendMail()271 *error_message = ecalloc(1, HOST_NAME_LEN + 128); in TSendMail()272 snprintf(*error_message, HOST_NAME_LEN + 128, in TSendMail()817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()837 if (namelen + 2 >= HOST_NAME_LEN) { in MailConnect()846 if (namelen >= HOST_NAME_LEN) { in MailConnect()
9 // For Windows, set it to a string of length HOST_NAME_LEN (256) so the mail is not actually sent
Completed in 15 milliseconds