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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c11079 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
12041 SQLITE_DEFAULT_MEMSTATUS, /* bMemstat */
15160 if( !sqlite3GlobalConfig.bMemstat ){
15274 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
15722 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
16691 if( sqlite3GlobalConfig.bMemstat==0 ){
18404 }else if( sqlite3GlobalConfig.bMemstat ){
18459 if( sqlite3GlobalConfig.bMemstat ){
18512 if( sqlite3GlobalConfig.bMemstat ){
18566 if( sqlite3GlobalConfig.bMemstat ){
[all...]

Completed in 339 milliseconds