Home | History | Annotate | Download | only in orig

Lines Matching defs:isExclusive

24357   int isExclusive  = (flags & SQLITE_OPEN_EXCLUSIVE);
24383 assert(isExclusive==0 || isCreate);
24433 if( isExclusive ){
30043 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE);
30080 assert(isExclusive==0 || isCreate);
30138 if( isExclusive ) openFlags |= (O_EXCL|O_NOFOLLOW);
30153 if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
35142 int isExclusive = (flags & SQLITE_OPEN_EXCLUSIVE);
35167 assert(isExclusive==0 || isCreate);
35224 if( isExclusive ){
35290 if( isReadWrite && !isExclusive ){