Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/libsm/
H A Dheap.c48 static int ptrhash __P((void *p));
306 ptrhash(p) in ptrhash() function
485 i = ptrhash(ptr);
543 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
567 hp = &SmHeapTable[ptrhash(newptr)];
613 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
636 hp = &SmHeapTable[ptrhash(newptr)];
676 for (hp = &SmHeapTable[ptrhash(ptr)]; *hp != NULL; hp = &(**hp).hi_next)
733 for (hp = SmHeapTable[ptrhash(ptr)]; hp != NULL; hp = hp->hi_next)