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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmalloc.c307 }else if( sqlite3GlobalConfig.bMemstat ){
362 if( sqlite3GlobalConfig.bMemstat ){
415 if( sqlite3GlobalConfig.bMemstat ){
469 if( sqlite3GlobalConfig.bMemstat ){
530 }else if( sqlite3GlobalConfig.bMemstat ){
H A Dmem2.c191 if( !sqlite3GlobalConfig.bMemstat ){
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
H A Dmem5.c503 if( sqlite3GlobalConfig.bMemstat==0 ){
H A Dmem3.c223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
H A Dmain.c339 sqlite3GlobalConfig.bMemstat = va_arg(ap, int);
H A DsqliteInt.h2420 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10765 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
11722 SQLITE_DEFAULT_MEMSTATUS, /* bMemstat */
14769 if( !sqlite3GlobalConfig.bMemstat ){
14883 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
15331 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
16300 if( sqlite3GlobalConfig.bMemstat==0 ){
18012 }else if( sqlite3GlobalConfig.bMemstat ){
18067 if( sqlite3GlobalConfig.bMemstat ){
18120 if( sqlite3GlobalConfig.bMemstat ){
18174 if( sqlite3GlobalConfig.bMemstat ){
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c12181 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
13329 SQLITE_DEFAULT_MEMSTATUS, /* bMemstat */
16763 if( !sqlite3GlobalConfig.bMemstat ){
16877 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
17325 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
18289 if( sqlite3GlobalConfig.bMemstat==0 ){
20051 }else if( sqlite3GlobalConfig.bMemstat ){
20106 if( sqlite3GlobalConfig.bMemstat ){
20159 if( sqlite3GlobalConfig.bMemstat ){
20214 if( sqlite3GlobalConfig.bMemstat ){
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12181 int bMemstat; /* True to enable memory status */ member in struct:Sqlite3Config
13329 SQLITE_DEFAULT_MEMSTATUS, /* bMemstat */
16763 if( !sqlite3GlobalConfig.bMemstat ){
16877 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
17325 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
18289 if( sqlite3GlobalConfig.bMemstat==0 ){
20051 }else if( sqlite3GlobalConfig.bMemstat ){
20106 if( sqlite3GlobalConfig.bMemstat ){
20159 if( sqlite3GlobalConfig.bMemstat ){
20214 if( sqlite3GlobalConfig.bMemstat ){
[all...]

Completed in 2015 milliseconds