| /sqlite-3.40.0/test/ |
| H A D | tclsqlite.test | 24 set testprefix tcl 32 do_test tcl-1.1 { 37 do_test tcl-1.1.1 { 42 do_test tcl-1.2 { 54 do_test tcl-1.3 { 64 do_test tcl-1.4 { 72 do_test tcl-1.5 { 81 do_test tcl-1.6 { 89 do_test tcl-1.7 { 99 do_test tcl-1.9 { [all …]
|
| H A D | lock_common.tcl | 22 proc code2 {tcl} { testfixture $::code2_chan $tcl } 23 proc code3 {tcl} { testfixture $::code3_chan $tcl } 25 proc code2 {tcl} { uplevel #0 $tcl } 26 proc code3 {tcl} { uplevel #0 $tcl } 34 proc code1 {tcl} { uplevel #0 $tcl }
|
| H A D | backcompat.test | 22 # process located in lock_common.tcl. See the commments in lock_common.tcl 27 source $testdir/tester.tcl 28 source $testdir/lock_common.tcl 29 source $testdir/malloc_common.tcl 30 source $testdir/bc_common.tcl 46 proc code2 {tcl} { uplevel #0 $tcl } 47 if {$bin1 != ""} { proc code2 {tcl} { testfixture $::bc_chan1 $tcl } } 48 proc code1 {tcl} { testfixture $::bc_chan2 $tcl } 50 proc code1 {tcl} { uplevel #0 $tcl } 51 if {$bin1 != ""} { proc code1 {tcl} { testfixture $::bc_chan1 $tcl } } [all …]
|
| H A D | walcrash4.test | 15 source $testdir/tester.tcl 16 source $testdir/lock_common.tcl 17 source $testdir/wal_common.tcl 52 set fd [open crash.tcl w] 73 set r [catch { exec [info nameofexec] crash.tcl >@stdout } msg]
|
| H A D | pager3.test | 14 source $testdir/tester.tcl 15 source $testdir/lock_common.tcl 16 source $testdir/malloc_common.tcl 17 source $testdir/wal_common.tcl
|
| H A D | mallocB.test | 11 # This file contains additional out-of-memory checks (see malloc.tcl). 19 source $testdir/tester.tcl 20 source $testdir/malloc_common.tcl 29 source $testdir/malloc_common.tcl
|
| H A D | fts4merge2.test | 4 source $testdir/tester.tcl 5 source $testdir/fts3_common.tcl 6 source $testdir/malloc_common.tcl
|
| H A D | pragmafault.test | 14 source $testdir/tester.tcl 15 source $testdir/lock_common.tcl 16 source $testdir/malloc_common.tcl
|
| H A D | bc_common.tcl | 47 proc code1 {tcl} { uplevel #0 $tcl } 48 proc code2 {tcl} { testfixture $::bc_chan $tcl }
|
| H A D | bestindex3.test | 13 source $testdir/tester.tcl 80 CREATE VIRTUAL TABLE t1 USING tcl("vtab_cmd 0"); 127 CREATE VIRTUAL TABLE t1 USING tcl('vtab_cmd $omit'); 182 do_execsql_test 3.1 { CREATE VIRTUAL TABLE t3 USING tcl('vvv_command') } 183 do_execsql_test 3.2 { CREATE VIRTUAL TABLE t4 USING tcl('yyy_command') }
|
| H A D | bestindex1.test | 15 source $testdir/tester.tcl 52 CREATE VIRTUAL TABLE x1 USING tcl(vtab_command); 137 CREATE VIRTUAL TABLE t1 USING tcl(t1_vtab $mode); 250 CREATE VIRTUAL TABLE VirtualTableA USING tcl(vtab_command); 251 CREATE VIRTUAL TABLE VirtualTableB USING tcl(vtab_command); 318 CREATE VIRTUAL TABLE x1 USING tcl(vtab_command); 341 SELECT * FROM tcl('abc');
|
| H A D | wapptest.tcl | 23 set G(tcl) [::tcl::pkgconfig get libdir,install] 34 set lSave [list platform test keep msvc tcl jobs debug noui stdout cfgglob] 603 set lControls [list platform test tcl jobs keep msvc debug] 694 set tcl $::G(tcl) 709 elem.value = "%string($tcl)" 799 --tcl DIR (where to find tclConfig.sh) 863 -tcl { 866 set G(tcl) [lindex $lTestArg $i]
|
| H A D | fts4merge3.test | 16 source $testdir/tester.tcl 17 source $testdir/fts3_common.tcl 18 source $testdir/lock_common.tcl 19 source $testdir/bc_common.tcl
|
| H A D | malloc9.test | 11 # This file contains additional out-of-memory checks (see malloc.tcl) 17 source $testdir/tester.tcl 18 source $testdir/malloc_common.tcl
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 496 !if "$(PROJECT)" == "tcl" 498 _TCL_H = ..\generic\tcl.h 503 !if exist("$(_INSTALLDIR)\include\tcl.h") 508 !if exist("$(_INSTALLDIR)\..\include\tcl.h") 520 !if exist("$(_TCLDIR)\include\tcl.h") 522 _TCL_H = $(_TCLDIR)\include\tcl.h 523 !elseif exist("$(_TCLDIR)\generic\tcl.h") 525 _TCL_H = $(_TCLDIR)\generic\tcl.h 552 !if "$(PROJECT)" == "tcl" 579 # Setup tcl version dependent stuff headers [all …]
|
| /sqlite-3.40.0/ |
| H A D | configure.ac | 133 AC_ARG_VAR([TCLLIBDIR], [Where to install tcl plugin]) 292 AC_ARG_ENABLE(tcl, AC_HELP_STRING([--disable-tcl],[do not build TCL extension]), optenable 295 …AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfi… optwith 298 # First check to see if --with-tcl was specified. 324 for i in `echo 'puts stdout $auto_path' | ${TCLSH_CMD} | sed 's,/tcltk/tcl,/tcl,g'` 351 ../tcl \ 353 `ls -dr ../tcl[[8-9]].[[0-9]] 2>/dev/null` \ 354 `ls -dr ../tcl[[8-9]].[[0-9]]* 2>/dev/null` \ 355 ../../tcl \ 359 ../../../tcl \ [all …]
|
| H A D | manifest | 38 F contrib/sqlitecon.tcl 210a913ad63f9f991070821e599d600bd913e0ad 106 F ext/fts3/fts3speed.tcl b54caf6a18d38174f1a6e84219950d85e98bb1e9 812 F test/bc_common.tcl b5e42d80305be95697e6370e015af571e5333a1c 834 F test/boundary1.tcl 6421b2d920d8b09539503a8673339d32f7609eb1 836 F test/boundary2.tcl e34ef4e930cf1083150d4d2c603e146bd3b76bcb 838 F test/boundary3.tcl 23361e108a125dca9c4080c2feb884fe54d69243 840 F test/boundary4.tcl 0bb4b1a94f4fc5ae59b79b9a2b7a140c405e2983 1172 F test/genesis.tcl 1e2e2e8e5cc4058549a154ff1892fe5c9de19f98 1967 F tool/fragck.tcl 5265a95126abcf6ab357f7efa544787e5963f439 1997 F tool/mkvsix.tcl b9e0777a213c23156b6542842c238479e496ebf5 [all …]
|
| H A D | Makefile.msc | 785 MKSQLITE3C_TOOL = $(TOP)\tool\mksqlite3c.tcl 896 TCLDIR = $(TOP)\compat\tcl 908 LIBTCL = tcl$(TCLVERSION)$(TCLSUFFIX).lib 1748 tcl: $(ALL_TCL_TARGETS) 1752 all: core tcl 1775 pkgIndex.tcl: $(TOP)\VERSION 1778 | $(TCLSH_CMD) $(TOP)\tool\replace.tcl exact @version@ %%V > pkgIndex.tcl \ 1882 $(TCLSH_CMD) $(TOP)\tool\split-sqlite3c.tcl 2529 $(TOP)/tool/mkccode.tcl \ 2532 $(TOP)/ext/repair/sqlite3_checker.tcl \ [all …]
|
| H A D | main.mk | 670 tclsh $(TOP)/tool/mksqlite3c.tcl 690 tclsh $(TOP)/tool/split-sqlite3c.tcl 693 tclsh $(TOP)/ext/fts2/mkfts2amal.tcl 727 opcodes.c: opcodes.h $(TOP)/tool/mkopcodec.tcl 732 tclsh $(TOP)/tool/mkopcodeh.tcl >opcodes.h 778 tclsh $(TOP)/tool/mkshellc.tcl >shell.c 863 tclsh $(TOP)/ext/fts5/tool/mkfts5c.tcl 867 tclsh $(TOP)/ext/lsm1/tool/mklsm1c.tcl 891 …e3.c $(TOP)/src/tclsqlite.c $(TOP)/tool/sqltclsh.tcl $(TOP)/ext/misc/appendvfs.c $(TOP)/tool/mkcco… 901 $(TOP)/tool/mkccode.tcl \ [all …]
|
| H A D | Makefile.in | 776 sqlite3.c: .target_source $(TOP)/tool/mksqlite3c.tcl 791 $(TCLSH_CMD) $(TOP)/tool/split-sqlite3c.tcl 1078 opcodes.c: opcodes.h $(TOP)/tool/mkopcodec.tcl 1127 shell.c: $(SHELL_SRC) $(TOP)/tool/mkshellc.tcl 1128 $(TCLSH_CMD) $(TOP)/tool/mkshellc.tcl >shell.c 1234 $(TCLSH_CMD) $(TOP)/ext/fts5/tool/mkfts5c.tcl 1308 ./testfixture$(TEXE) $(TOP)/test/testrunner.tcl 1352 $(TOP)/tool/mkccode.tcl \ 1355 $(TOP)/ext/repair/sqlite3_checker.tcl \ 1468 $(TCLSH_CMD) $(TOP)/test/releasetest.tcl [all …]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5tokenizer.test | 15 source [file join [file dirname [info script]] fts5_common.tcl] 68 sqlite3_fts5_create_tokenizer db tcl tcl_create 71 1 {tokenize='tcl a b c'} {a b c} 72 2 {tokenize='tcl ''d'' ''e'' ''f'''} {d e f} 73 3 {tokenize="tcl 'g' 'h' 'i'"} {g h i} 74 4 {tokenize = tcl} {} 83 CREATE VIRTUAL TABLE ft2 USING fts5(x, tokenize = tcl abc); 84 } {1 {parse error in "tokenize = tcl abc"}} 271 sqlite3_fts5_create_tokenizer db tcl tcl_create 281 CREATE VIRTUAL TABLE t1 USING fts5(a, tokenize=tcl);
|
| H A D | fts5synonym.test | 15 source [file join [file dirname [info script]] fts5_common.tcl] 78 sqlite3_fts5_create_tokenizer db tcl tcl_create 91 CREATE VIRTUAL TABLE ft USING fts5(x, tokenize = tcl); 114 sqlite3_fts5_create_tokenizer db tcl tcl_create 122 CREATE VIRTUAL TABLE ft USING fts5(x, tokenize = tcl); 282 sqlite3_fts5_create_tokenizer db tcl tcl_create 295 CREATE VIRTUAL TABLE t1 USING fts5(x, tokenize=tcl, detail=%DETAIL%); 307 CREATE VIRTUAL TABLE t2 USING fts5(a, b, tokenize=tcl, detail=%DETAIL%) 386 sqlite3_fts5_create_tokenizer db tcl tcl_create 400 CREATE VIRTUAL TABLE t1 USING fts5(a, b, columnsize=1, tokenize=tcl, detail=%DETAIL%); [all …]
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 163 CONFIG_CLEAN_FILES = Makefile pkgIndex.tcl 260 --args $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` \ 267 `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) 356 $(srcdir)/tclconfig/tcl.m4 $(srcdir)/tclconfig/install-sh \ 365 $(srcdir)/pkgIndex.tcl.in \ 433 $(INSTALL_DATA) pkgIndex.tcl "$(DESTDIR)$(pkglibdir)"; \
|
| H A D | README | 12 the tcl/unix/README file in the Tcl src dist. The following minimal 13 example will install the extension in the /opt/tcl directory. 16 $ ./configure --prefix=/opt/tcl 27 to create a Makefile. See the tcl/win/README file for the URL of
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session6.test | 19 source [file join [file dirname [info script]] session_common.tcl] 20 source $testdir/tester.tcl 26 proc do_then_apply_tcl {tcl {dbname main}} { 33 eval $tcl
|