Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/pac/
H A Dpac.c75 struct hent *h_link; /* Forward hash link */ member
256 hp = hp->h_link; in dumpit()
296 hp = hp->h_link; in rewrite()
334 hp->h_link = hashtab[h]; in enter()
351 for (hp = hashtab[h]; hp != NULL; hp = hp->h_link) in lookup()
/freebsd/contrib/sendmail/src/
H A Dheaders.c467 h->h_link = NULL;
661 h->h_link = *hp;
708 srch = srch->h_link, idx--)
714 h->h_link = NULL;
719 last->h_link = h;
720 h->h_link = NULL;
724 h->h_link = srch->h_link;
725 srch->h_link = h;
1783 for (h = hdr; h != NULL; h = h->h_link)
2341 tail = &newhdr->h_link;
[all …]
H A Denvelope.c733 bh = bh->h_link;
734 nhp = &(*nhp)->h_link;
H A Dmilter.c2712 for (h = e->e_header; h != NULL; h = h->h_link)
3007 for (h = e->e_header; h != NULL; h = h->h_link)
3207 for (h = e->e_header; h != NULL; h = h->h_link)
H A Dsendmail.h1002 struct header *h_link; /* the next header */ member
H A Dqueue.c809 for (h = e->e_header; h != NULL; h = h->h_link)