Searched refs:SQLITE_OPEN_READ_WRITE (Results 1 – 3 of 3) sorted by relevance
65 debug_assert_eq!(1 << OpenFlags::SQLITE_OPEN_READ_WRITE.bits, 0x04); in open_with_flags()67 1 << (OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_CREATE).bits, in open_with_flags()
111 let flags = OpenFlags::SQLITE_OPEN_READ_WRITE | OpenFlags::SQLITE_OPEN_URI; in test_unlock_notify()
824 const SQLITE_OPEN_READ_WRITE = ffi::SQLITE_OPEN_READWRITE; constant846 OpenFlags::SQLITE_OPEN_READ_WRITE in default()970 Connection::open_with_flags(&path, OpenFlags::SQLITE_OPEN_READ_WRITE).unwrap(); in test_concurrent_transactions_busy_commit()1124 OpenFlags::SQLITE_OPEN_READ_ONLY | OpenFlags::SQLITE_OPEN_READ_WRITE, in test_open_with_flags()