Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c18818 int bMemstat; /* True to enable memory status */ member
24999 if( !sqlite3GlobalConfig.bMemstat ){
25113 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
25562 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
26527 if( sqlite3GlobalConfig.bMemstat==0 ){
28367 }else if( sqlite3GlobalConfig.bMemstat ){
28464 if( sqlite3GlobalConfig.bMemstat ){
28556 }else if( sqlite3GlobalConfig.bMemstat ){
167098 sqlite3GlobalConfig.bMemstat = va_arg(ap, int);