Searched refs:hexio_read (Results 1 – 25 of 37) sorted by relevance
12
80 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]]
73 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]]
42 if {[hexio_read $filename 36 4]==0} {return 0}43 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]]55 set pgno [hexio_read $filename [expr {$offset+8}] 4]
55 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]
34 hexio_read test.db 0 1674 hexio_get_int [hexio_read test.db 16 2]149 hexio_read test.db 28 4159 do_test filefmt-2.1.6 { hexio_read test.db 28 4 } {00000010}177 hexio_read test.db 28 4
64 do_test 1.3 { hexio_read test.db 32 4 } 0000000365 do_test 1.4 { hexio_read test.db [expr 2*1024] 12 } 000000000000000100000004117 do_test 2.3 { hexio_read test.db 32 4 } 00000003118 do_test 2.4 { hexio_read test.db [expr 2*1024] 12 } 000000000000000100000004
57 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}]
57 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]]
54 hexio_get_int [hexio_read test.db 16 2]57 hexio_get_int [hexio_read test.db 20 1]65 hexio_read test.db 1923 268 hexio_read test.db 1987 2
40 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]]
212 do_test 4.1.2 { hexio_read test.db 18 2 } {0101}214 do_test 4.1.4 { hexio_read test.db 18 2 } {0202}229 do_test 4.3 { hexio_read test.db 18 2 } {0101}
66 set oldval [hexio_read test.db $i 1]95 set oldval [hexio_read test.db $i2 1]
60 set trunkpgno [hexio_get_int [hexio_read test.db 32 4]]67 hexio_get_int [hexio_read test.db [expr {$::baseaddr+4}] 4]
37 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]46 return [hexio_get_int [hexio_read $fname 44 4]]
83 hexio_read test.db 18 2285 hexio_read test.db 18 2296 hexio_read test.db 18 2
34 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]43 return [hexio_get_int [hexio_read $fname 44 4]]
258 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]262 set dbversion [hexio_get_int [hexio_read test.db 24 4]]
27 set ::detect_blob_data [hexio_read $zFile 0 $nByte]
72 hexio_read test.db [expr {9*1024+391}] 8
33 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]42 return [hexio_get_int [hexio_read $fname 44 4]]
49 hexio_get_int [hexio_read test.db 18 1]
46 set schemacookie [hexio_get_int [hexio_read test.db 40 4]]55 return [hexio_get_int [hexio_read $fname 44 4]]
66 hexio_get_int [hexio_read test.db-journal 16 4]
97 hexio_render_int32 [expr [hexio_get_int [hexio_read test.db 24 4]] + 1]
101 static int SQLITE_TCLAPI hexio_read( in hexio_read() function451 { "hexio_read", hexio_read }, in Sqlitetest_hexio_Init()