Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/sqlite3/
HDsqlite3.h8219 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */ macro
HDsqlite3.c8532 #define SQLITE_MUTEX_STATIC_LRU 6 /* lru page list */ macro
55884 pcache1.grp.mutex = sqlite3MutexAlloc(SQLITE_MUTEX_STATIC_LRU);