Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dheap.c46 static int ptrhash __P((void *p));
304 ptrhash(p) in ptrhash() function
483 i = ptrhash(ptr);
541 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
565 hp = &SmHeapTable[ptrhash(newptr)];
611 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
634 hp = &SmHeapTable[ptrhash(newptr)];
674 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
731 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)