Searched refs:fake_big_file (Results 1 – 6 of 6) sorted by relevance
25 # external methods (the [fake_big_file] and [hexio_write] commands).75 if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {115 if {[catch {fake_big_file 8192 [get_pwd]/test.db}]} {154 if {[catch {fake_big_file 16384 [get_pwd]/test.db}]} {
26 # external methods (the [fake_big_file] and [hexio_write] commands).55 if {[catch {fake_big_file 5000 [get_pwd]/test.db}]} {
30 if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {
35 if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {
55 if {[catch {fake_big_file [expr $i*1024] [get_pwd]/test.db}]} {
505 static int SQLITE_TCLAPI fake_big_file( in fake_big_file() function733 { "fake_big_file", (Tcl_CmdProc*)fake_big_file }, in Sqlitetest2_Init()