Searched refs:openHash (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | os.c | 263 static Hash openHash = { SQLITE_HASH_BINARY, 0, 0, 0, 0, 0 }; variable 282 sqliteHashInsert(&openHash, &pOpen->key, sizeof(pOpen->key), 0); in releaseOpenCnt() 333 pOpen = (struct openCnt*)sqliteHashFind(&openHash, &key2, sizeof(key2)); in findLockInfo() 346 pOld = sqliteHashInsert(&openHash, &pOpen->key, sizeof(key2), pOpen); in findLockInfo()
|