Home
last modified time | relevance | path

Searched refs:hraw (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c331 int hraw; /* Raw hash value of the key */ in sqlite3Fts3HashInsert() local
340 hraw = (*xHash)(pKey, nKey); in sqlite3Fts3HashInsert()
342 h = hraw & (pH->htsize-1); in sqlite3Fts3HashInsert()
377 h = hraw & (pH->htsize-1); in sqlite3Fts3HashInsert()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c320 int hraw; /* Raw hash value of the key */ in sqlite3Fts2HashInsert() local
329 hraw = (*xHash)(pKey, nKey); in sqlite3Fts2HashInsert()
331 h = hraw & (pH->htsize-1); in sqlite3Fts2HashInsert()
370 h = hraw & (pH->htsize-1); in sqlite3Fts2HashInsert()
/sqlite-3.40.0/ext/fts1/
H A Dft_hash.c350 int hraw; /* Raw hash value of the key */ in HashInsert() local
359 hraw = (*xHash)(pKey, nKey); in HashInsert()
361 h = hraw & (pH->htsize-1); in HashInsert()
400 h = hraw & (pH->htsize-1); in HashInsert()
H A Dfts1_hash.c313 int hraw; /* Raw hash value of the key */ in sqlite3Fts1HashInsert() local
322 hraw = (*xHash)(pKey, nKey); in sqlite3Fts1HashInsert()
324 h = hraw & (pH->htsize-1); in sqlite3Fts1HashInsert()
363 h = hraw & (pH->htsize-1); in sqlite3Fts1HashInsert()