Home
last modified time | relevance | path

Searched defs:Mem3Global (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c28062 static SQLITE_WSD struct Mem3Global { struct
28067 u32 nPool;
28068 Mem3Block *aPool;
28073 int alarmBusy;
28078 sqlite3_mutex *mutex;
28103 #define mem3 GLOBAL(struct Mem3Global, mem3) argument