| /sqlite-3.40.0/src/ |
| H A D | memjournal.c | 148 MemJournal copy = *p; in memjrnlCreateFile() local 151 rc = sqlite3OsOpen(copy.pVfs, copy.zJournal, pReal, copy.flags, 0); in memjrnlCreateFile() 153 int nChunk = copy.nChunkSize; in memjrnlCreateFile() 156 for(pIter=copy.pFirst; pIter; pIter=pIter->pNext){ in memjrnlCreateFile() 157 if( iOff + nChunk > copy.endpoint.iOffset ){ in memjrnlCreateFile() 158 nChunk = copy.endpoint.iOffset - iOff; in memjrnlCreateFile() 166 memjrnlFreeChunks(copy.pFirst); in memjrnlCreateFile() 175 *p = copy; in memjrnlCreateFile()
|
| H A D | test_sqllog.c | 311 sqlite3 *copy = 0; in sqllogCopydb() local 321 rc = sqlite3_open(zInit, ©); in sqllogCopydb() 324 sqlite3_exec(copy, "PRAGMA synchronous = 0", 0, 0, 0); in sqllogCopydb() 325 pBak = sqlite3_backup_init(copy, "main", p->db, zName); in sqllogCopydb() 330 rc = sqlite3_errcode(copy); in sqllogCopydb() 332 sqlite3_close(copy); in sqllogCopydb()
|
| /sqlite-3.40.0/ |
| H A D | Makefile.msc | 1869 copy /Y fts5.c tsrc 1870 copy /B tsrc\fts5.c +,, 1871 copy /Y fts5.h tsrc 1872 copy /B tsrc\fts5.h +,, 1895 copy /B lempar.c +,, 2201 copy /Y $(TOP)\src\parse.y . 2202 copy /B parse.y +,, 2215 copy /B sqlite3ext.h +,, 2372 copy /B fts5parse.y +,, 2381 copy /B fts5.h +,, [all …]
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rburesume.test | 80 # 3. Takes a copy of all database files and the state db. 81 # 4. Opens a second RBU vacuum handle on the copy, resumes and completes the 132 # 3. Takes a copy of all database files and the state db. 133 # 4. Opens a second RBU vacuum handle on the copy, resumes and completes the 205 # 4. Takes a copy of all database files and the state db. 206 # 5. Opens a second RBU handle on the copy, resumes and completes the
|
| H A D | rbu5.test | 84 forcecopy $target copy.db 86 # Evaluate the SQL script to modify the contents of copy.db. 88 sqlite3 dbRbu copy.db 93 # Evaluate the SQL script to modify the contents of copy.db. 154 forcedelete copy.db
|
| /sqlite-3.40.0/test/ |
| H A D | progress.test | 76 # This figures out how many opcodes it takes to copy 5 extra rows into t1. 88 # opcodes to copy 5 rows. That way, when we try to copy 6 rows, we know
|
| H A D | walcrash3.test | 54 # xWrite call the [tvfs_callback] makes a copy of the database and WAL 64 # If a copy was made, open it and run the integrity-check.
|
| H A D | delete_db.test | 34 file copy "test2$p" "test3$p" 53 # 2.* are a copy of 1.* with the multiplexor enabled.
|
| H A D | incrvacuum3.test | 46 # Now copy the database file itself. Do this using open/read/puts 47 # instead of the [file copy] command in order to avoid attempting
|
| H A D | swarmvtab3.test | 56 file copy $remote $filename 176 file copy $ctx $filename
|
| H A D | e_walhook.test | 183 # function when it is invoked is a copy of the third parameter passed to 192 # EVIDENCE-OF: R-23378-42536 The second is a copy of the database
|
| H A D | selectF.test | 14 # before the copy is used.
|
| H A D | tkt-fa7bf5ec.test | 20 # computing the first count() and making a copy of the result for the
|
| H A D | triggerA.test | 205 # Save a copy of the current database configuration. 226 # Clean up the saved database copy.
|
| H A D | wal4.test | 31 # Save a copy of the file-system containing the wal and wal-index files
|
| H A D | speed1p.test | 14 # This is a copy of speed1.test modified to user prepared statements. 310 # Refill the table yet again. This copy should be faster because
|
| H A D | vtabrhs1.test | 27 # table implementation, with P being a copy of the sqlite3_index_info
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | Makefile.msc | 98 copy /Y $@ $(LSMDIR)\$@ 102 copy /Y $@ $(LSMDIR)\$@
|
| /sqlite-3.40.0/tool/ |
| H A D | omittest.tcl | 66 file copy -force ./config.h $dir 67 file copy -force ./libtool $dir
|
| H A D | build-all-msvc.bat | 522 REM 5. Unless prevented from doing so, copy the "sqlite3.pdb" 651 ECHO Failed to copy "%DLL_FILE_NAME%" to "%BINARYDIRECTORY%\%%B\%%D\". 662 ECHO Failed to copy "%LIB_FILE_NAME%" to "%BINARYDIRECTORY%\%%B\%%D\". 676 ECHO Failed to copy "%DLL_PDB_FILE_NAME%" to "%BINARYDIRECTORY%\%%B\%%D\". 721 ECHO Failed to copy "%EXE_FILE_NAME%" to "%BINARYDIRECTORY%\%%B\%%D\". 735 ECHO Failed to copy "%EXE_PDB_FILE_NAME%" to "%BINARYDIRECTORY%\%%B\%%D\".
|
| H A D | mkshellc.tcl | 29 ** To modify this program, get a copy of the canonical SQLite source tree,
|
| H A D | restore_jrnl.tcl | 49 file copy -force $from $to
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 31 # Set the proper copy method to avoid overwrite questions 41 COPY = copy >NUL 44 COPY = copy /y >NUL 48 COPY = copy >_JUNK.OUT # On Win98 NUL does not work here.
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_main.c | 355 va_list copy; in testMallocVPrintf() local 358 __va_copy(copy, ap); in testMallocVPrintf() 359 nByte = vsnprintf(0, 0, zFormat, copy); in testMallocVPrintf() 360 va_end(copy); in testMallocVPrintf()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session6.test | 74 file copy test.db2 test.db3
|