| /sqlite-3.40.0/tool/ |
| H A D | split-sqlite3c.tcl | 31 regexp $::BEGIN $firstline all filename 62 set all {} 69 write_one_file $all 70 set all {} 73 append all $buf 78 write_one_file $all 80 set all {} 86 write_one_file $all
|
| H A D | vdbe-compress.tcl | 72 if {[regexp "^case (OP_\\w+): \173" $line all operator]} { 78 all constKeyword vname notused1]} { 111 regsub -all "(\[^a-zA-Z0-9>.\])${v}(\\W)" $line "\\1u.$sname.$v\\2" line 112 regsub -all "(\[^a-zA-Z0-9>.\])${v}(\\W)" $line "\\1u.$sname.$v\\2" line 117 regsub -all "(\[^-\])>${v}(\\W)" $line "\\1>u.$sname.$v\\2" line
|
| H A D | cg_anno.tcl | 18 if {[regexp {^-- Auto-annotated source: (.*)} $line all name]} { 26 } elseif {[regexp {^-- line (\d+) ------} $line all ln]} { 35 if {[regexp {^ *([0-9,]+) } $line all x]} { 58 if {[regexp $pattern1 $line all newfn]} { 60 } elseif {[regexp $pattern2 $line all newfn]} {
|
| H A D | mksqlite3h.tcl | 124 if {[regexp $declpattern1 $line all rettype funcname rest] || \ 125 [regexp $declpattern2 $line all rettype funcname rest] || \ 126 [regexp $declpattern3 $line all rettype funcname rest] || \ 127 [regexp $declpattern4 $line all rettype funcname rest] || \ 128 [regexp $declpattern5 $line all rettype funcname rest]} {
|
| H A D | mkmsvcmin.tcl | 41 regsub -all -- {&} $data {\\\&} data 42 regsub -all -- {\\(\d+)} $data {\\\\\1} data 98 regsub -all -- {# <<mark>>\n.*?# <</mark>>\n} \ 102 regsub -all -- [substVars \
|
| H A D | spaceanal.tcl | 108 regexp {^file:(//)?([^?]*)} $file_to_analyze all x1 root_filename 467 set ovfl_cnt_percent [percent $ovfl_cnt $nentry {of all entries}] 511 percent $total_unused $storage {of all space}] 772 The total amount of disk space required to store all B-Tree entries 800 The average amount of free space remaining on all pages under this 802 all pages divided by the number of entries. 811 at the beginning of the database file and all other pages are in a 843 The total number of bytes of unused space on all index pages. The 849 The total number of bytes of unused space on all primary pages. The 855 The total number of bytes of unused space on all overflow pages. The [all …]
|
| H A D | mkopts.tcl | 12 regsub -all "\[ \t\n,\]+" [string trim $line] { } line 14 if {![regexp {(([a-zA-Z]+)_)?([_a-zA-Z0-9]+)} $token all px p2 name]} continue 47 regsub -all {@} $name {} name
|
| H A D | stack_usage.tcl | 15 if {[regexp {^[0-9a-f]+ <([^>]+)>:\s*$} $line all procname]} { 25 if {[regexp {callq? +[0-9a-z]+ <([^>]+)>} $line all other]} { 31 if {[regexp {sub +\$(0x[0-9a-z]+),%[er]sp} $line all xdepth]} {
|
| /sqlite-3.40.0/test/ |
| H A D | wapp.tcl | 83 regsub -all -command \ 89 regsub -all {\n\s+} [string trim $txt] \n txt 90 regsub -all -command \ 94 proc wappInt-enc {all mode nu1 txt} { 106 regsub -all {\n\s+} [string trim $txt] \n txt 143 if {[regsub -all {[{}]} $s {[wappInt-%HHchar \\&]} s]} { 152 if {[regsub -all {[{}]} $s {[wappInt-%HHchar \\&]} s]} { 177 regsub -all -- \ 180 regsub -all -- \ 183 regsub -all -- {%([0-7][A-Fa-f0-9])} $str {\\u00\1} str [all …]
|
| H A D | trace.test | 209 set ::t6str {test-six y'all} 214 } {6 6.0 {test-six y'all} 01234 {}} 217 } {{SELECT 6, 6.0, 'test-six y''all', x'3031323334', NULL}} 247 } {{$::t6str} 1 {test-six y'all} {test-six y'all} 2 {test-six y'all}} 250 } {{SELECT '$::t6str', [$::t6str], 'test-six y''all', 'test-six y''all', "?1", 'test-six y''all' FR… 263 } {{$::t6str} 1 {test-six y'all} {test-six y'all} 2 {test-six y'all}} 266 } {{SELECT '$::t6str', [$::t6str], 'test-six y''all', 'test-six y''all', "?1", 'test-six y''all' FR…
|
| H A D | show_speedtest1_rtree.tcl | 28 foreach {x0 y0 x1 y1} [.c bbox all] break 34 .c delete all 38 .c scale all 0 0 0.05 0.05 42 .c delete all 46 .c scale all 0 0 0.05 0.05 50 .c delete all 54 .c scale all 0 0 0.05 0.05
|
| H A D | tableapi.test | 35 } {Hi Y'all} 39 } {0 {a b 1 {Hi Y'all}}} 45 } {Hi Y'all} 46 } {0 1 2 a b 1 {Hi Y'all}} 51 } {0 1 2 a b 1 {Hi Y'all}} 60 } {0 50 2 a b 1 {Hi Y'all} 2 (2) 3 (3) 4 (4) 5 (5) 6 (6) 7 (7) 8 (8) 9 (9) 10 (10) 11 (11) 12 (12) … 119 # Repeat all tests with the empty_result_callbacks pragma turned on 126 } {Hi Y'all} 127 } {0 1 2 a b 1 {Hi Y'all}} 132 } {0 1 2 a b 1 {Hi Y'all}} [all …]
|
| H A D | randexpr1.tcl | 152 regsub -all {EXPR} $a X a 153 regsub -all {AGG} $a Y a 154 regsub -all {BOOL} $a Z a 155 regsub -all {[^XYZ]} $a {} a 211 regsub -all { tcland } $tcle { \&\& } tcle 328 regsub -all { \| } $sqle { \& } sqle 329 regsub -all { \| } $tcle { \& } tcle
|
| H A D | tkt-b72787b1.test | 16 # The sqlite3ExpirePreparedStatements routine marks all statements 25 # * A will find a bad cookie and cause *all* statements 30 # The bug is that sqlite3ExpirePreparedStatements expires all statements. 67 # cause all $::STMT to hit an expired cookie. Prior to the fix 68 # for [b72787b1a7, the bad cookie would expire all statements, including
|
| H A D | genesis.tcl | 372 …RT INTO t1(docid,words) VALUES(1014011,'And they took all the goods of Sodom and Gomorrah, and all… 507 …(docid,words) VALUES(1019025,'And he overthrew those cities, and all the plain, and all the inhabi… 528 …8,'Therefore Abimelech rose early in the morning, and called all his servants, and told all these … 887 …UES(1030032,'I will pass through all thy flock to day, removing from thence all the speckled and s… 1034 …ords) VALUES(1034029,'And all their wealth, and all their little ones, and their wives took they c… 1071 …s, and his sons, and his daughters, and all the persons of his house, and his cattle, and all his … 1271 … of the firstborn Manasseh: For God, said he, hath made me forget all my toil, and all my father''… 1274 …egan to come, according as Joseph had said: and the dearth was in all lands; but in all the land o… 1277 …words) VALUES(1041057,'And all countries came into Egypt to Joseph for to buy corn; because that t… 1396 …docid,words) VALUES(1045013,'And ye shall tell my father of all my glory in Egypt, and of all that… [all …]
|
| H A D | tkt2767.test | 53 # Try to delete all elements of the table. This will invoke the 55 # the problem of #2767 is not fixed. If the problem is fixed, all 65 # Try to update all elements of the table. This will invoke the 67 # the problem of #2767 is not fixed. If the problem is fixed, all
|
| H A D | countofview.test | 28 select c from t2 union all select f from t3 limit 1 offset 1 33 select c from t2 union all select f from t3 limit 1 offset 1 39 select c from t2 union all select f from t3
|
| H A D | without_rowid4.test | 282 regsub -all new\.a $tr_program_fixed {''} tr_program_fixed 283 regsub -all new\.b $tr_program_fixed {''} tr_program_fixed 284 regsub -all new\.c $tr_program_fixed {''} tr_program_fixed 287 regsub -all old\.a $tr_program_fixed {''} tr_program_fixed 288 regsub -all old\.b $tr_program_fixed {''} tr_program_fixed 289 regsub -all old\.c $tr_program_fixed {''} tr_program_fixed 294 regsub -all new\.a $tr_program_cooked $newA tr_program_cooked 295 regsub -all new\.b $tr_program_cooked $newB tr_program_cooked 296 regsub -all new\.c $tr_program_cooked $newC tr_program_cooked 297 regsub -all old\.a $tr_program_cooked $oldA tr_program_cooked [all …]
|
| H A D | trigger2.test | 278 regsub -all new\.a $tr_program_fixed {''} tr_program_fixed 279 regsub -all new\.b $tr_program_fixed {''} tr_program_fixed 280 regsub -all new\.c $tr_program_fixed {''} tr_program_fixed 283 regsub -all old\.a $tr_program_fixed {''} tr_program_fixed 284 regsub -all old\.b $tr_program_fixed {''} tr_program_fixed 285 regsub -all old\.c $tr_program_fixed {''} tr_program_fixed 290 regsub -all new\.a $tr_program_cooked $newA tr_program_cooked 291 regsub -all new\.b $tr_program_cooked $newB tr_program_cooked 292 regsub -all new\.c $tr_program_cooked $newC tr_program_cooked 293 regsub -all old\.a $tr_program_cooked $oldA tr_program_cooked [all …]
|
| H A D | regexp1.test | 24 INSERT INTO t1 VALUES(3, 'For as in Adam all die,'); 25 INSERT INTO t1 VALUES(4, 'even so in Christ shall all be made alive.'); 63 SELECT x FROM t1 WHERE y REGEXP 'shall x*y*z*all' ORDER BY x; 66 SELECT x FROM t1 WHERE regexp('shall x*y*z*all',y) ORDER BY x; 69 SELECT x FROM t1 WHERE regexp('SHALL x*y*z*all',y) ORDER BY x; 72 SELECT x FROM t1 WHERE regexpi('SHALL x*y*z*all',y) ORDER BY x; 75 SELECT x FROM t1 WHERE y REGEXP 'shallx?y? ?z?all' ORDER BY x;
|
| /sqlite-3.40.0/mptest/ |
| H A D | config02.test | 42 --wait all 65 --wait all 88 --wait all 111 --wait all 118 --wait all
|
| /sqlite-3.40.0/autoconf/tea/ |
| H A D | Makefile.in | 194 all: binaries libraries doc 219 install: all install-binaries install-libraries install-doc 260 --args $(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` \ 267 `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TESTFLAGS) 470 .PHONY: all binaries clean depend distclean doc install libraries test
|
| /sqlite-3.40.0/autoconf/ |
| H A D | INSTALL | 19 `INSTALL' file but do not implement all of the features documented 83 all sorts of other programs in order to regenerate files that came 87 files again. In practice, not all packages have tested that 92 distcheck', which can by used by developers to test that all other 137 This is not guaranteed to produce working output in all cases, you 161 specifying just `--prefix' will affect all of the other directory 172 prefix=/alternate/directory' will choose an alternate location for all 185 `/alternate/directory' before all installation names. The approach of 250 On Haiku, software installed for all users goes in `/boot/common', 295 A warning: not all `configure' scripts look for a site script. [all …]
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.syntax | 10 may be used to retrieve all rows that match a specified for full-text query. 100 it. In this case, the token matches all terms that begin with the characters 106 matches all rows that contain the term "SQLite", as well as those that 118 on a single term. At this time, all Fts3 queries must contain at least 154 all, but may be used to improve readability. For example, the following 166 right-hand operator does not. For example, to query for all rows that 172 As for all other operators, the NOT operator must be specified in 192 The precedence of all enhanced syntax operators, in order from highest
|
| /sqlite-3.40.0/ext/expert/ |
| H A D | README.md | 17 for all existing indexes and the candidate indexes generated in step 3 45 1. **sqlite3\_expert\_destroy()** is called to free all resources. 71 By default, sqlite3\_expert generates index statistics using all the data in 81 # Do not generate any statistics at all:
|