Searched refs:hraw (Results 1 – 4 of 4) sorted by relevance
331 int hraw; /* Raw hash value of the key */ in sqlite3Fts3HashInsert() local340 hraw = (*xHash)(pKey, nKey); in sqlite3Fts3HashInsert()342 h = hraw & (pH->htsize-1); in sqlite3Fts3HashInsert()377 h = hraw & (pH->htsize-1); in sqlite3Fts3HashInsert()
320 int hraw; /* Raw hash value of the key */ in sqlite3Fts2HashInsert() local329 hraw = (*xHash)(pKey, nKey); in sqlite3Fts2HashInsert()331 h = hraw & (pH->htsize-1); in sqlite3Fts2HashInsert()370 h = hraw & (pH->htsize-1); in sqlite3Fts2HashInsert()
350 int hraw; /* Raw hash value of the key */ in HashInsert() local359 hraw = (*xHash)(pKey, nKey); in HashInsert()361 h = hraw & (pH->htsize-1); in HashInsert()400 h = hraw & (pH->htsize-1); in HashInsert()
313 int hraw; /* Raw hash value of the key */ in sqlite3Fts1HashInsert() local322 hraw = (*xHash)(pKey, nKey); in sqlite3Fts1HashInsert()324 h = hraw & (pH->htsize-1); in sqlite3Fts1HashInsert()363 h = hraw & (pH->htsize-1); in sqlite3Fts1HashInsert()