Lines Matching defs:iFix
71604 ** If the iFix!=0 then the BTS_PAGESIZE_FIXED flag is set so that the page size71607 SQLITE_PRIVATE int sqlite3BtreeSetPageSize(Btree *p, int pageSize, int nReserve, int iFix){71631 if( iFix ) pBt->btsFlags |= BTS_PAGESIZE_FIXED;