Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c2291 mci->mci_nextaddr = mci->mci_nextaddr->q_pchain;
2566 mci->mci_nextaddr = mci->mci_nextaddr->q_pchain;
H A Ddeliver.c3384 to->q_pchain = NULL;
3391 pchain->q_pchain = to;
3392 pchain = pchain->q_pchain;
H A Dsendmail.h241 struct address *q_pchain; /* chain for pipelining */ member