Searched refs:IfNotOmitAV (Results 1 – 1 of 1) sorted by relevance
60 #define IfNotOmitAV(expr) (expr) macro62 #define IfNotOmitAV(expr) 0 macro3502 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()