Lines Matching refs:openMode
43111 mode_t openMode; /* Permissions to create file with */
43114 rc = findCreateFileMode(zName, flags, &openMode, &uid, &gid);
43120 fd = robust_open(zName, openFlags, openMode);
43135 fd = robust_open(zName, openFlags, openMode);
43152 ** If openMode==0, then that means uid and gid are not set correctly
43156 if( openMode && (flags & (SQLITE_OPEN_WAL|SQLITE_OPEN_MAIN_JOURNAL))!=0 ){