Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Drestore_jrnl.tcl80 set nonce [hexio_get_int [hexio_read $jrnl_name [expr $jrnl_pg_offset+4+$db_pgsz] 4]]
82 set byte [hexio_get_int [hexio_read $jrnl_name [expr $jrnl_pg_offset+4+$i] 1]]
98 set byte [hexio_get_int [hexio_read $jrnl_name [expr $jrnl_pg_offset+4+$i] 1]]
114 set db_pgno [hexio_get_int [hexio_read $jrnl_name [expr $jrnl_pg_offset] 4]]
115 set chksum [hexio_get_int [hexio_read $jrnl_name [expr $jrnl_pg_offset+4+$db_pgsz] 4]]
167 set db_pgsz [hexio_get_int [hexio_read $db_name 16 2]]
193 set db_pgno [hexio_get_int [hexio_read $jrnl_name $jrnl_pg_offset 4]]
/sqlite-3.40.0/test/
H A DcorruptB.test73 set cell_offset [hexio_get_int [hexio_read test.db [expr $offset+12] 2]]
105 set iRightChild [hexio_get_int [hexio_read test.db [expr $offset+8] 4]]
120 set cell_offset [hexio_get_int [hexio_read test.db [expr $c_offset+12] 2]]
130 set cell_offset [hexio_get_int [hexio_read test.db [expr $offset+12] 2]]
132 hexio_get_int [hexio_read test.db [expr $offset+$cell_offset] 4]
148 set cell_offset [hexio_get_int [hexio_read test.db [expr $c_offset+12] 2]]
184 set iRecord [hexio_get_int [hexio_read test.db $iCellarray 2]]
H A Dcorrupt3.test55 hexio_get_int [hexio_read test.db 16 2]
58 hexio_get_int [hexio_read test.db 20 1]
61 hexio_get_int [hexio_read test.db 2044 4]
64 hexio_get_int [hexio_read test.db 2048 4]
H A Dvacuum2.test57 hexio_get_int [hexio_read test.db 24 4]
58 } [expr {[hexio_get_int [hexio_read test.db 24 4]]+3}]
63 hexio_get_int [hexio_read test.db 24 4]
64 } [expr {[hexio_get_int [hexio_read test.db 24 4]]+1}]
H A Dcorrupt7.test57 hexio_get_int [hexio_read test.db 16 2]
60 hexio_get_int [hexio_read test.db 20 1]
97 # set cell_offset [hexio_get_int [hexio_read test.db [expr 1024*2 + 12] 2]]
H A Dcorrupt9.test43 set pgno [hexio_get_int [hexio_read $filename 32 4]]
44 return [expr {($pgno-1)*[hexio_get_int [hexio_read $filename 16 2]]}]
54 set cnt [hexio_get_int [hexio_read $filename [expr {$offset+4}] 4]]
H A DcorruptI.test40 set offset [hexio_get_int [hexio_read test.db [expr 2*1024 + 8] 2]]
49 set offset [hexio_get_int [hexio_read test.db [expr 2*1024 + 8] 2]]
67 set offset [hexio_get_int [hexio_read test.db [expr (5-1)*1024 + 8] 2]]
H A Dcorrupt4.test60 set trunkpgno [hexio_get_int [hexio_read test.db 32 4]]
67 hexio_get_int [hexio_read test.db [expr {$::baseaddr+4}] 4]
H A Ddescidx3.test37 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
46 return [hexio_get_int [hexio_read $fname 44 4]]
H A Ddescidx2.test34 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
43 return [hexio_get_int [hexio_read $fname 44 4]]
H A Dcorrupt6.test54 hexio_get_int [hexio_read test.db 16 2]
57 hexio_get_int [hexio_read test.db 20 1]
H A Dincrblob3.test258 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
262 set dbversion [hexio_get_int [hexio_read test.db 24 4]]
H A Ddescidx1.test33 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
42 return [hexio_get_int [hexio_read $fname 44 4]]
H A Drdonly.test49 hexio_get_int [hexio_read test.db 18 1]
H A Dalter2.test46 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
55 return [hexio_get_int [hexio_read $fname 44 4]]
H A Dfallocate.test66 hexio_get_int [hexio_read test.db-journal 16 4]
H A DcorruptD.test97 hexio_render_int32 [expr [hexio_get_int [hexio_read test.db 24 4]] + 1]
H A DcorruptH.test101 set fl [hexio_get_int [hexio_read test.db 32 4]]
H A Dfilefmt.test74 hexio_get_int [hexio_read test.db 16 2]
H A Dminmax3.test33 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
H A Dalter3.test51 return [hexio_get_int [hexio_read $fname 44 4]]
H A Dcapi3.test705 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
714 return [hexio_get_int [hexio_read $fname 44 4]]
H A Dcorrupt.test191 set iOffset [hexio_get_int [hexio_read test.db [expr 12+($iRoot-1)*1024] 2]]
H A Dcapi3c.test650 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]
659 return [hexio_get_int [hexio_read $fname 44 4]]
/sqlite-3.40.0/src/
H A Dtest_hexio.c199 static int SQLITE_TCLAPI hexio_get_int( in hexio_get_int() function
453 { "hexio_get_int", hexio_get_int }, in Sqlitetest_hexio_Init()