Searched refs:iDC (Results 1 – 1 of 1) sorted by relevance
1562 int iDC = sqlite3OsDeviceCharacteristics(pDbFd); in sqlite3WalOpen() local1563 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; } in sqlite3WalOpen()1564 if( iDC & SQLITE_IOCAP_POWERSAFE_OVERWRITE ){ in sqlite3WalOpen()