Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c293 #define UNIXFILE_DELETE 0x20 /* Delete on close */ macro
2101 if( pFile->ctrlFlags & UNIXFILE_DELETE ){ in closeUnixFile()
2109 if( pFile->ctrlFlags & UNIXFILE_DELETE ){ in closeUnixFile()
5794 pNew->ctrlFlags |= UNIXFILE_DELETE; in fillInUnixFile()
6305 if( isDelete ) ctrlFlags |= UNIXFILE_DELETE; in unixOpen()