Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c1562 int iDC = sqlite3OsDeviceCharacteristics(pDbFd); in sqlite3WalOpen() local
1563 if( iDC & SQLITE_IOCAP_SEQUENTIAL ){ pRet->syncHeader = 0; } in sqlite3WalOpen()
1564 if( iDC & SQLITE_IOCAP_POWERSAFE_OVERWRITE ){ in sqlite3WalOpen()