Searched defs:w_next (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c68 struct work *w_next; /* next in queue */ member in struct:work
1607 if (WorkQ->w_next != NULL)
1610 WorkQ->w_next->w_host != NULL)
1613 WorkQ->w_next->w_host) != 0)
1619 WorkQ->w_next->w_host == NULL) ||
1621 WorkQ->w_next->w_host != NULL))
1625 WorkQ = WorkQ->w_next;
1722 if (WorkQ->w_next != NULL)
1725 WorkQ->w_next->w_host != NULL)
1728 WorkQ->w_next
[all...]

Completed in 46 milliseconds