Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c73170 #define BTALLOC_ANY 0 /* Allocate any page */ macro
77198 u8 eMode = BTALLOC_ANY; /* Mode parameter for allocateBtreePage() */
79636 assert( eMode==BTALLOC_ANY || (nearby>0 && IfNotOmitAV(pBt->autoVacuum)) );