Searched defs:rehash (Results 1 – 5 of 5) sorted by relevance
263 void rehash(Array *tp) /* rehash items in small table into big one */ in rehash() function
335 static void rehash(st_table *table) in rehash() function
343 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash() function
598 static void rehash (lua_State *L, Table *t, const TValue *ek) { in rehash() function
37489 static int rehash(Hash *pH, unsigned int new_size){ in rehash() function