Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 82) sorted by relevance

1234

/sqlite-3.40.0/src/
H A Dmemjournal.c148 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 Dtest_sqllog.c311 sqlite3 *copy = 0; in sqllogCopydb() local
321 rc = sqlite3_open(zInit, &copy); 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 DMakefile.msc1869 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 Drburesume.test80 # 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 Drbu5.test84 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 Dprogress.test76 # 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 Dwalcrash3.test54 # 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 Ddelete_db.test34 file copy "test2$p" "test3$p"
53 # 2.* are a copy of 1.* with the multiplexor enabled.
H A Dincrvacuum3.test46 # 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 Dswarmvtab3.test56 file copy $remote $filename
176 file copy $ctx $filename
H A De_walhook.test183 # 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 DselectF.test14 # before the copy is used.
H A Dtkt-fa7bf5ec.test20 # computing the first count() and making a copy of the result for the
H A DtriggerA.test205 # Save a copy of the current database configuration.
226 # Clean up the saved database copy.
H A Dwal4.test31 # Save a copy of the file-system containing the wal and wal-index files
H A Dspeed1p.test14 # 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 Dvtabrhs1.test27 # table implementation, with P being a copy of the sqlite3_index_info
/sqlite-3.40.0/ext/lsm1/
H A DMakefile.msc98 copy /Y $@ $(LSMDIR)\$@
102 copy /Y $@ $(LSMDIR)\$@
/sqlite-3.40.0/tool/
H A Domittest.tcl66 file copy -force ./config.h $dir
67 file copy -force ./libtool $dir
H A Dbuild-all-msvc.bat522 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 Dmkshellc.tcl29 ** To modify this program, get a copy of the canonical SQLite source tree,
H A Drestore_jrnl.tcl49 file copy -force $from $to
/sqlite-3.40.0/autoconf/tea/win/
H A Drules.vc31 # 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 Dlsmtest_main.c355 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 Dsession6.test74 file copy test.db2 test.db3

1234