Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbtree.c60 #define IfNotOmitAV(expr) (expr) macro
62 #define IfNotOmitAV(expr) 0 macro
3502 assert( pBt->inTransaction==TRANS_WRITE || IfNotOmitAV(pBt->bDoTruncate)==0 ); in sqlite3BtreeBeginTrans()
6255 assert( eMode==BTALLOC_ANY || (nearby>0 && IfNotOmitAV(pBt->autoVacuum)) ); in allocateBtreePage()
6499 int bNoContent = (0==IfNotOmitAV(pBt->bDoTruncate))? PAGER_GET_NOCONTENT:0; in allocateBtreePage()