Searched refs:hash_realloc (Results 1 – 1 of 1) sorted by relevance
61 static void *hash_realloc(SEGMENT **, int, int);854 if (!hash_realloc(&hashp->dir, dirsize, dirsize << 1))890 hash_realloc(SEGMENT **p_ptr, int oldsize, int newsize) function