Lines Matching defs:hi_next
255 SM_HEAP_ITEM_T *hi_next;
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)
682 *hp = hi->hi_next;
733 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)
806 hi = hi->hi_next;