Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c49 #define BTALLOC_ANY 0 /* Allocate any page */ macro
3913 u8 eMode = BTALLOC_ANY; /* Mode parameter for allocateBtreePage() */ in incrVacuumStep()
6255 assert( eMode==BTALLOC_ANY || (nearby>0 && IfNotOmitAV(pBt->autoVacuum)) ); in allocateBtreePage()