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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c11305 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
12295 SQLITE_DEFAULT_MEMSTATUS, /* bMemstat */
15584 if( !sqlite3GlobalConfig.bMemstat ){
15698 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
16146 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
17115 if( sqlite3GlobalConfig.bMemstat==0 ){
18829 }else if( sqlite3GlobalConfig.bMemstat ){
18884 if( sqlite3GlobalConfig.bMemstat ){
18937 if( sqlite3GlobalConfig.bMemstat ){
18991 if( sqlite3GlobalConfig.bMemstat ){
[all...]

Completed in 427 milliseconds