Searched refs:isExclusive (Results 1 – 2 of 2) sorted by relevance
5045 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE); local5071 assert(isExclusive==0 || isCreate);5144 if( isExclusive ){5252 if( isReadWrite && !isExclusive ){
6098 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE); in unixOpen() local6135 assert(isExclusive==0 || isCreate); in unixOpen()6207 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW); in unixOpen()6222 assert( !isExclusive || (openFlags & O_CREAT)!=0 ); in unixOpen()