Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c292 #define UNIXFILE_PSOW 0x10 /* SQLITE_IOCAP_POWERSAFE_OVERWRITE */ macro
4003 unixModeBit(pFile, UNIXFILE_PSOW, (int*)pArg); in unixFileControl()
4111 if( pFd->ctrlFlags & UNIXFILE_PSOW ){ in setDeviceCharacteristics()
5661 pNew->ctrlFlags |= UNIXFILE_PSOW; in fillInUnixFile()