Searched refs:param (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | releasetest_data.tcl | 475 foreach param $::Configs($config) { 476 if {[string range $param 0 0]=="*"} continue 487 if {[string range $param 0 1]=="-D"} { 488 lappend opts $param 492 if {[string range $param 0 1]=="--"} { 494 switch -- $param { 512 error "Cannot translate $param for MSVC" 516 lappend configOpts $param 522 if {[string range $param 0 0]=="-"} { 526 lappend cflags $param [all …]
|
| H A D | bestindex4.test | 32 # exact subset depends on the value of bitmask paramater $param. 38 # $param also supports the following bits: 44 proc vtab_cmd {param method args} { 64 if { ($C(usable) || ($param & 0x08)) 65 && $C(op)=="eq" && ($param & 1<<$C(column))
|
| H A D | fts3sort.test | 25 proc build_database {nRow param} { 33 execsql "CREATE VIRTUAL TABLE t1 USING fts4($param)" 47 foreach {t param} { 57 build_database $nRow $param 135 foreach {tn param res} { 146 CREATE VIRTUAL TABLE t1 USING fts4(a, b, $param)
|
| H A D | bestindex3.test | 66 foreach {idxnum idxstr param} $args {} 69 set where " WHERE [string map [list ? '$param' EQ =] $idxstr]"
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest5.c | 468 DbParameters param; /* Description of database to read/write */ member 539 iKey = (testPrngValue(iPrng++) % p->param.nKey); in mt1Main() 540 dbReadOperation(&p->param, pDb, xMt1Delay, (void *)&delay, iKey, &rc); in mt1Main() 551 iKey = (testPrngValue(iPrng++) % p->param.nKey); in mt1Main() 555 nWrite += dbWriteOperation(&p->param, pDb, iKey, aValue, &rc); in mt1Main() 590 zSystem, p->param.nFanout, p->param.nKey, in do_test_mt1()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 4494 | size 40960 pagesize 4096 filename null-memcmp-param-1..db 4635 | end null-memcmp-param-1..db
|