Searched refs:rehash (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_hash.c | 196 static void rehash(fts2Hash *pH, int new_size){ in rehash() function 358 rehash(pH,8); in sqlite3Fts2HashInsert() 366 rehash(pH,pH->htsize*2); in sqlite3Fts2HashInsert()
|
| /sqlite-3.40.0/ext/fts1/ |
| H A D | ft_hash.c | 231 static void rehash(Hash *pH, int new_size){ in rehash() function 388 rehash(pH,8); in HashInsert() 396 rehash(pH,pH->htsize*2); in HashInsert()
|
| H A D | fts1_hash.c | 189 static void rehash(fts1Hash *pH, int new_size){ in rehash() function 351 rehash(pH,8); in sqlite3Fts1HashInsert() 359 rehash(pH,pH->htsize*2); in sqlite3Fts1HashInsert()
|
| /sqlite-3.40.0/src/ |
| H A D | hash.c | 106 static int rehash(Hash *pH, unsigned int new_size){ in rehash() function 262 if( rehash(pH, pH->count*2) ){ in sqlite3HashInsert()
|
| /sqlite-3.40.0/test/ |
| H A D | select5.test | 86 # Get the Agg function to rehash in vdbe.c
|