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

  /external/chromium_org/third_party/sqlite/src/src/
main.c 376 sqlite3GlobalConfig.mnReq = va_arg(ap, int);
378 if( sqlite3GlobalConfig.mnReq<1 ){
379 sqlite3GlobalConfig.mnReq = 1;
380 }else if( sqlite3GlobalConfig.mnReq>(1<<12) ){
382 sqlite3GlobalConfig.mnReq = (1<<12);
    [all...]
mem5.c 476 /* boundaries on sqlite3GlobalConfig.mnReq are enforced in sqlite3_config() */
477 nMinLog = memsys5Log(sqlite3GlobalConfig.mnReq);
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 146 milliseconds