Searched refs:w_host (Results 1 – 1 of 1) sorted by relevance
60 char *w_host; /* name of recipient host */ member1610 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 …]