Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c68 char *w_host; /* name of recipient host */ member
1679 if (WorkQ->w_host != NULL &&
1680 WorkQ->w_next->w_host != NULL)
1682 if (!SM_STRCASEEQ(WorkQ->w_host,
1683 WorkQ->w_next->w_host))
1688 if ((WorkQ->w_host != NULL &&
1689 WorkQ->w_next->w_host == NULL) ||
1690 (WorkQ->w_host == NULL &&
1691 WorkQ->w_next->w_host != NULL))
1794 if (WorkQ->w_host != NULL &&
[all …]