Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c824 int nLookaside = 0; in deleteTable() local
827 nLookaside = sqlite3LookasideUsed(db, 0); in deleteTable()
869 assert( nLookaside==0 || nLookaside==sqlite3LookasideUsed(db,0) ); in deleteTable()
H A Dtest_malloc.c1009 interp, pRet, Tcl_NewIntObj(sqlite3GlobalConfig.nLookaside) in test_config_lookaside()
H A Dmain.c613 sqlite3GlobalConfig.nLookaside = va_arg(ap, int); in sqlite3_config()
3482 sqlite3GlobalConfig.nLookaside); in openDatabase()
H A DsqliteInt.h4003 int nLookaside; /* Default lookaside buffer count */ member