Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/tool/
H A Dmkccode.tcl61 set in2 [open $path rb]
65 set line [gets $in2]
66 if {[eof $in2]} break
71 puts [read $in2]
74 close $in2
H A Dmkshellc.tcl54 set in2 [open $topdir/src/$cfile]
55 fconfigure $in2 -translation binary
56 while {![eof $in2]} {
57 set lx [omit_redundant_typedefs [gets $in2]]
67 close $in2
H A Dmkopcodeh.tcl85 set in2($name) 0
106 in2 {set in2($name) 1}
139 set in2($name) 0
284 if {$in2($name)} {incr x 4}
/sqlite-3.40.0/test/
H A Din2.test14 # $Id: in2.test,v 1.3 2008/07/12 14:52:20 drh Exp $
19 do_test in2-1 {
27 do_test in2-2 {
60 do_test in2-$::ii {
H A Dpermutations.test116 fkey_malloc.test fuzz.test fuzz3.test fuzz_malloc.test in2.test loadext.test
/sqlite-3.40.0/src/
H A Dexpr.c386 int in1, int in2, /* Register holding operands */ in codeCompare() argument
402 addr = sqlite3VdbeAddOp4(pParse->pVdbe, opcode, in2, dest, in1, in codeCompare()
/sqlite-3.40.0/
H A Dmanifest1182 F test/in2.test 5d4c61d17493c832f7d2d32bef785119e87bde75