Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c291 int hraw; /* Raw hash value of the key */ in sqliteHashInsert() local
300 hraw = (*xHash)(pKey, nKey); in sqliteHashInsert()
302 h = hraw & (pH->htsize-1); in sqliteHashInsert()
338 h = hraw & (pH->htsize-1); in sqliteHashInsert()