Searched refs:copy_file (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest6.c | 253 static void copy_file(const char *zFrom, const char *zTo, int isDatabase){ in copy_file() function 300 copy_file(zFrom, zTo, 1); in testCopyLsmdb() 301 copy_file(zLog1, zLog2, 0); in testCopyLsmdb() 302 copy_file(zShm1, zShm2, 0); in testCopyLsmdb() 324 copy_file(zFile, zFileSave, 1); in testSaveDb() 325 copy_file(zLog, zLogSave, 0); in testSaveDb() 343 copy_file(zFileSave, zFile, 1); in testRestoreDb() 344 copy_file(zLogSave, zLog, 0); in testRestoreDb()
|
| /sqlite-3.40.0/tool/ |
| H A D | mksqlite3internalh.tcl | 97 proc copy_file {filename} { procedure 108 copy_file tsrc/$hdr 144 copy_file tsrc/$file
|
| H A D | restore_jrnl.tcl | 48 proc copy_file {from to} { procedure 163 copy_file $db_name $db_name.org 164 copy_file $jrnl_name $jrnl_name.org
|
| H A D | mksqlite3c-noext.tcl | 162 proc copy_file {filename} { 186 copy_file tsrc/$hdr 364 copy_file tsrc/$file
|
| H A D | mksqlite3c.tcl | 207 proc copy_file {filename} { 229 copy_file $srcdir/$hdr 445 copy_file $srcdir/$file
|
| /sqlite-3.40.0/ext/fts2/ |
| H A D | mkfts2amal.tcl | 70 proc copy_file {filename} { procedure 81 copy_file tsrc/$hdr 113 copy_file tsrc/$file
|
| /sqlite-3.40.0/test/ |
| H A D | 8_3_names.test | 70 copy_file test.db test2.db 71 copy_file test.nal test2.nal 104 copy_file test.db test2.db 105 copy_file test.db-journal test2.db-journal
|
| H A D | journal1.test | 23 # manditory file locking which breaks the copy_file command. 65 copy_file test.db-journal-bu test.db-journal
|
| H A D | tkt-2d1a5c67d.test | 122 copy_file test.db-wal test.db2-wal 123 copy_file test.db test.db2
|
| H A D | walslow.test | 61 copy_file test.db testX.db 62 copy_file test.db-wal testX.db-wal
|
| H A D | mallocA.test | 41 copy_file test.db test.db.bu
|
| H A D | exclusive.test | 490 copy_file test.db test2.db 491 copy_file test.db-journal test2.db-journal
|
| H A D | malloc_common.tcl | 465 copy_file $::mallocopts(-testdb) test.db
|
| H A D | triggerA.test | 209 copy_file test.db test.db-triggerA
|
| H A D | wal.test | 442 copy_file test.db test2.db 443 copy_file test.db-wal test2.db-wal
|
| H A D | tester.tcl | 197 proc copy_file {from to} { procedure
|
| H A D | pager1.test | 2562 copy_file test.db test.db2 2563 copy_file test.db-journal test.db2-journal
|