Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sendmail/src/
H A Dqueue.c60 char *w_host; /* name of recipient host */ member
1610 if (WorkQ->w_host != NULL &&
1611 WorkQ->w_next->w_host != NULL)
1613 if (sm_strcasecmp(WorkQ->w_host,
1614 WorkQ->w_next->w_host) != 0)
1619 if ((WorkQ->w_host != NULL &&
1620 WorkQ->w_next->w_host == NULL) ||
1621 (WorkQ->w_host == NULL &&
1622 WorkQ->w_next->w_host != NULL))
1725 if (WorkQ->w_host != NULL &&
[all …]