Searched refs:TEMP_PAGES (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libsqlite/src/ | ||
H A D | sqliteInt.h | 31 #define TEMP_PAGES 500 macro |
H A D | vdbe.c | 2478 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec() |