Lines Matching refs:hi_next
260 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)
687 *hp = hi->hi_next;
738 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)
814 hi = hi->hi_next;