Home
last modified time | relevance | path

Searched refs:SQLITE_DEFAULT_LOOKASIDE (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dglobal.c218 #ifndef SQLITE_DEFAULT_LOOKASIDE
220 # define SQLITE_DEFAULT_LOOKASIDE 1200,100 /* 120KB of memory */ macro
222 # define SQLITE_DEFAULT_LOOKASIDE 1200,40 /* 48KB of memory */ macro
248 SQLITE_DEFAULT_LOOKASIDE, /* szLookaside, nLookaside */
H A Dctime.c131 #ifdef SQLITE_DEFAULT_LOOKASIDE
132 "DEFAULT_LOOKASIDE=" CTIMEOPT_VAL2(SQLITE_DEFAULT_LOOKASIDE),
/sqlite-3.40.0/tool/
H A Dmkctimec.tcl283 SQLITE_DEFAULT_LOOKASIDE