Searched refs:BTALLOC_ANY (Results 1 – 1 of 1) sorted by relevance
49 #define BTALLOC_ANY 0 /* Allocate any page */ macro3913 u8 eMode = BTALLOC_ANY; /* Mode parameter for allocateBtreePage() */ in incrVacuumStep()6255 assert( eMode==BTALLOC_ANY || (nearby>0 && IfNotOmitAV(pBt->autoVacuum)) ); in allocateBtreePage()