Home
last modified time | relevance | path

Searched refs:checksum (Results 1 – 23 of 23) sorted by relevance

/sqlite-3.40.0/test/
H A Dwalcksum.test33 # File $filename must be a WAL file on disk. Check that the checksum of frame
35 # integers ($endian must be either "big" or "little"). If the checksum looks
50 # File $filename must be a WAL file on disk. Compute the checksum for frame
53 # checksum into the file.
69 # Calculate and return the checksum for a particular frame in a WAL.
83 # * The first integer in the calculated version of the checksum.
84 # * The second integer in the calculated version of the checksum.
110 # Also update the wal header checksum (since the wal header contents may
135 # * That both native and non-native order checksum log files can
138 # * That when appending to native or non-native checksum log files
[all …]
H A Dtrans.test729 } $checksum
740 } $checksum
748 } $checksum
756 } $checksum
764 } $checksum
773 } $checksum
786 } $checksum
803 } $checksum
816 } $checksum
845 } $checksum
[all …]
H A Davtrans.test688 set ::checksum [execsql {SELECT md5sum(x,y,z) FROM t2}]
696 } $checksum
707 } $checksum
715 } $checksum
723 } $checksum
731 } $checksum
740 } $checksum
753 } $checksum
770 } $checksum
783 } $checksum
[all …]
H A Dbackup_ioerr.test26 set checksum [data_checksum $db2 $file2]
27 uplevel [list do_test $name [list data_checksum $db1 $file1] $checksum]
H A Dsort3.test60 if {$b != [cksum $a]} {error "checksum failed"}
H A Dcrash.test390 # checksum.
400 # Change the checksum value for the master journal name.
H A Dcrash4.test45 # of the database after each statement. Also include a checksum for
H A Dbigfile.test45 # This is the md5 checksum of all the data in table t1 as created
H A Dfuzz3.test165 # checksum is now returned.
H A Dwal2.test83 # header (6 fields and 2 checksum values), do the following:
182 # Because the header checksum looks Ok, the reader does not run recovery,
824 # Test a theory about the checksum algorithm. Theory was false and this
841 # is the first byte of the checksum for the first frame in the WAL.
H A Dioerr2.test66 # Check that the database checksum is still $::cksum, and that
H A Dwalslow.test77 # Test case walslow-3.* tests that the checksum calculation detects single
H A Dbackup.test51 set checksum [data_checksum $db2 $file2]
52 uplevel [list do_test $name [list data_checksum $db1 $file1] $checksum]
H A Dmemdb.test24 # Verify that after the rollback, the MD5 checksum is unchanged.
H A Dwal.test1086 # wal-18.1.* When the first 32-bits of a frame checksum is correct but
1199 # number $pg) with the commit flag set. The frame checksum is
H A Dpager1.test379 # hot-journal file appears to be corrupt (checksum does not
393 # journal-record for which the checksum fails.
/sqlite-3.40.0/ext/misc/
H A Dfossildelta.c203 static unsigned int checksum(const char *zIn, size_t N){ in checksum() function
349 putInt(checksum(zOut, lenOut), &zDelta); in delta_create()
491 putInt(checksum(zOut, lenOut), &zDelta); in delta_create()
602 if( cnt!=checksum(zOrigOut, total) ){ in delta_apply()
/sqlite-3.40.0/ext/session/
H A DsessionB.test340 # Return a checksum of the contents of the database file. Implicit IPK
341 # columns are not included in the checksum - just modifying rowids does
342 # not change the database checksum.
383 # Calculate a checksum for the final database.
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5content.test235 set ::checksum [execsql {SELECT md5sum(id, block) FROM t5_data}]
240 } $::checksum
H A Dfts5prefix.test335 set ::checksum [execsql {SELECT md5sum(id, block) FROM tt_data}]
339 } [list $::checksum]
/sqlite-3.40.0/ext/rbu/
H A Drbu5.test41 # Return a checksum on all tables and data in the main database attached
43 # the checksum.
/sqlite-3.40.0/tool/
H A Dsqldiff.c893 static unsigned int checksum(const char *zIn, size_t N){ in checksum() function
1015 putInt(checksum(zOut, lenOut), &zDelta); in rbuDeltaCreate()
1161 putInt(checksum(zOut, lenOut), &zDelta); in rbuDeltaCreate()
/sqlite-3.40.0/src/
H A Dshell.c.in10036 const char *zLike = 0; /* Which table to checksum. 0 means everything */