Home
last modified time | relevance | path

Searched refs:TEMP_PAGES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h31 #define TEMP_PAGES 500 macro
H A Dvdbe.c2478 rc = sqliteBtreeFactory(db, 0, 1, TEMP_PAGES, &pCx->pBt); in sqliteVdbeExec()