Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
Dheap.c253 SM_HEAP_ITEM_T *hi_next; member
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 …]
/mirbsd/src/libexec/ld.so/ldconfig/
Dldconfig.c363 blist[i].hi_next = -1; in buildhints()
385 while (bp->hi_next != -1) in buildhints()
386 bp = &blist[bp->hi_next]; in buildhints()
387 bp->hi_next = j; in buildhints()
Dsod.c241 if (bp->hi_next == -1) in _dl_findhint()
245 bp = &hbuckets[bp->hi_next]; in _dl_findhint()
/mirbsd/src/libexec/ld.so/
Dsod.c238 if (bp->hi_next == -1) in _dl_findhint()
242 bp = &hbuckets[bp->hi_next]; in _dl_findhint()
/mirbsd/src/include/
Dlink.h145 int hi_next; /* Next in this bucket */ member