Searched refs:szLookaside (Results 1 – 3 of 3) sorted by relevance
1006 interp, pRet, Tcl_NewIntObj(sqlite3GlobalConfig.szLookaside) in test_config_lookaside()
612 sqlite3GlobalConfig.szLookaside = va_arg(ap, int); in sqlite3_config()3481 setupLookaside(db, 0, sqlite3GlobalConfig.szLookaside, in openDatabase()
4002 int szLookaside; /* Default lookaside buffer size */ member