Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c118203 int hraw; /* Raw hash value of the key */
118212 hraw = (*xHash)(pKey, nKey);
118214 h = hraw & (pH->htsize-1);
118249 h = hraw & (pH->htsize-1);

Completed in 253 milliseconds