Home
last modified time | relevance | path

Searched refs:hi_next (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dheap.c260 SM_HEAP_ITEM_T *hi_next; member
497 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
514 hi->hi_next = SmHeapTable[i];
548 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
569 *hp = hi->hi_next;
573 hi->hi_next = *hp;
618 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
638 *hp = hi->hi_next;
642 hi->hi_next = *hp;
681 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
[all …]
/freebsd/sys/sys/
H A Dlink_aout.h283 int hi_next; /* Next in this bucket */ member