Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c50 #define BTALLOC_EXACT 1 /* Allocate exact page if possible */ macro
3903 rc = allocateBtreePage(pBt, &pFreePg, &iFreePg, iLastPg, BTALLOC_EXACT); in incrVacuumStep()
6276 if( eMode==BTALLOC_EXACT ){ in allocateBtreePage()
9677 rc = allocateBtreePage(pBt, &pPageMove, &pgnoMove, pgnoRoot, BTALLOC_EXACT); in btreeCreateTable()