Home
last modified time | relevance | path

Searched refs:rehash (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c196 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 Dft_hash.c231 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 Dfts1_hash.c189 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 Dhash.c106 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 Dselect5.test86 # Get the Agg function to rehash in vdbe.c