Home
last modified time | relevance | path

Searched refs:fake_big_file (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Dbigfile.test25 # 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}]} {
H A Dwalbig.test26 # external methods (the [fake_big_file] and [hexio_write] commands).
55 if {[catch {fake_big_file 5000 [get_pwd]/test.db}]} {
H A Dtkt-94c04eaadb.test30 if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {
H A Dbigfile2.test35 if {[catch {fake_big_file 4096 [get_pwd]/test.db} msg]} {
H A Dbigmmap.test55 if {[catch {fake_big_file [expr $i*1024] [get_pwd]/test.db}]} {
/sqlite-3.40.0/src/
H A Dtest2.c505 static int SQLITE_TCLAPI fake_big_file( in fake_big_file() function
733 { "fake_big_file", (Tcl_CmdProc*)fake_big_file }, in Sqlitetest2_Init()