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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c148 ** sendq -- a pointer to the head of a queue to put
162 sendtolist(list, ctladdr, sendq, aliaslevel, e)
165 ADDRESS **sendq;
300 a = recipient(a, sendq, aliaslevel, e);
321 ** have been expanded already in the sendq, it won't mark the
326 ** sendq -- a pointer to the head of a queue to remove
336 removefromlist(list, sendq, e)
338 ADDRESS **sendq;
406 for (pq = sendq; (q = *pq) != NULL; pq = &q->q_next)
442 ** sendq
1057 printaddr(sm_debug_file(), *sendq, true); local
[all...]

Completed in 46 milliseconds