HomeSort by relevance Sort by last modified time
    Searched refs:bMemstat (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 307 }else if( sqlite3GlobalConfig.bMemstat ){
362 if( sqlite3GlobalConfig.bMemstat ){
415 if( sqlite3GlobalConfig.bMemstat ){
469 if( sqlite3GlobalConfig.bMemstat ){
530 }else if( sqlite3GlobalConfig.bMemstat ){
mem2.c 191 if( !sqlite3GlobalConfig.bMemstat ){
305 assert( sqlite3GlobalConfig.bMemstat || sqlite3GlobalConfig.bCoreMutex==0
mem5.c 188 ** sqlite3GlobalConfig.bMemStat is true.
503 if( sqlite3GlobalConfig.bMemstat==0 ){
mem3.c 220 ** sqlite3GlobalConfig.bMemStat is true.
223 if( sqlite3GlobalConfig.bMemstat==0 && mem3.mutex==0 ){
main.c 339 sqlite3GlobalConfig.bMemstat = va_arg(ap, int);
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 60 milliseconds