Searched refs:mem0 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c14757 /************** Begin file mem0.c ********************************************/
14817 /************** End of mem0.c ************************************************/
18147 ** The alarm callback and its arguments. The mem0.mutex lock will
18171 } mem0 = { 0, 0, 0, 0, 0, 0, 0, 0 }; variable in typeref:struct:Mem0Global
18173 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
18198 sqlite3_mutex_enter(mem0.mutex);
18199 mem0.alarmCallback = xCallback;
18200 mem0.alarmArg = pArg;
18201 mem0
[all...]

Completed in 252 milliseconds