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

/freebsd-current/lib/libc/db/hash/
H A Dhash.c63 static void *hash_realloc(SEGMENT **, int, int);
806 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1))
841 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) function

Completed in 115 milliseconds