Searched refs:checksum (Results 1 – 23 of 23) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | walcksum.test | 33 # 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 D | trans.test | 729 } $checksum 740 } $checksum 748 } $checksum 756 } $checksum 764 } $checksum 773 } $checksum 786 } $checksum 803 } $checksum 816 } $checksum 845 } $checksum [all …]
|
| H A D | avtrans.test | 688 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 D | backup_ioerr.test | 26 set checksum [data_checksum $db2 $file2] 27 uplevel [list do_test $name [list data_checksum $db1 $file1] $checksum]
|
| H A D | sort3.test | 60 if {$b != [cksum $a]} {error "checksum failed"}
|
| H A D | crash.test | 390 # checksum. 400 # Change the checksum value for the master journal name.
|
| H A D | crash4.test | 45 # of the database after each statement. Also include a checksum for
|
| H A D | bigfile.test | 45 # This is the md5 checksum of all the data in table t1 as created
|
| H A D | fuzz3.test | 165 # checksum is now returned.
|
| H A D | wal2.test | 83 # 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 D | ioerr2.test | 66 # Check that the database checksum is still $::cksum, and that
|
| H A D | walslow.test | 77 # Test case walslow-3.* tests that the checksum calculation detects single
|
| H A D | backup.test | 51 set checksum [data_checksum $db2 $file2] 52 uplevel [list do_test $name [list data_checksum $db1 $file1] $checksum]
|
| H A D | memdb.test | 24 # Verify that after the rollback, the MD5 checksum is unchanged.
|
| H A D | wal.test | 1086 # 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 D | pager1.test | 379 # 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 D | fossildelta.c | 203 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 D | sessionB.test | 340 # 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 D | fts5content.test | 235 set ::checksum [execsql {SELECT md5sum(id, block) FROM t5_data}] 240 } $::checksum
|
| H A D | fts5prefix.test | 335 set ::checksum [execsql {SELECT md5sum(id, block) FROM tt_data}] 339 } [list $::checksum]
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu5.test | 41 # Return a checksum on all tables and data in the main database attached 43 # the checksum.
|
| /sqlite-3.40.0/tool/ |
| H A D | sqldiff.c | 893 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 D | shell.c.in | 10036 const char *zLike = 0; /* Which table to checksum. 0 means everything */
|