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

/freebsd-13-stable/lib/libc/db/hash/
H A Dhash.c69 static void *hash_realloc(SEGMENT **, int, int);
812 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1))
847 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) function

Completed in 160 milliseconds