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

/sendmail/libsm/
H A Dheap.c253 SM_HEAP_ITEM_T *hi_next; member in struct:sm_heap_item
490 for (hi = SmHeapTable[i]; hi != NULL; hi = hi->hi_next)
507 hi->hi_next = SmHeapTable[i];
541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
562 *hp = hi->hi_next;
566 hi->hi_next = *hp;
611 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
631 *hp = hi->hi_next;
635 hi->hi_next = *hp;
674 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
[all...]

Completed in 89 milliseconds