Lines Matching refs:memory
26 # backup-2.*: Test backup under various conditions. To and from in-memory
121 # input parameters, except that if the destination is an in-memory
125 # * Source database is an in-memory database, OR
128 # * Target database is an in-memory database, OR
147 foreach zSrcFile {test.db :memory:} {
148 foreach zDestFile {test2.db :memory:} {
175 # Set to true if copying to an in-memory destination. Copying to an
176 # in-memory destination is only possible if the initial destination
179 set isMemDest [expr { $zDestFile eq ":memory:" || $file_dest eq "temp" }]
375 # backup-4.5.*: Test that an in-memory destination with a different
444 sqlite3 db2 :memory:
491 # 3) Backing up memory-to-file.
495 foreach {writer file} {db test.db db3 test.db db :memory:} {
917 # 10.1.*: If the db is in-memory, the backup is restarted.
924 2 :memory: SQLITE_OK
975 sqlite3 db1 :memory:
976 sqlite3 db2 :memory: