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

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_hash.h79 struct ht_item *hi_next; member in struct:ht_item
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dheap.c255 SM_HEAP_ITEM_T *hi_next; member in struct:sm_heap_item
492 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
509 hi->hi_next = SmHeapTable[i];
543 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
564 *hp = hi->hi_next;
568 hi->hi_next = *hp;
613 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
633 *hp = hi->hi_next;
637 hi->hi_next = *hp;
676 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
[all...]

Completed in 42 milliseconds