| /sqlite-3.40.0/test/ |
| H A D | types3.test | 23 set V {} 24 append V x 25 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 31 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 37 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 42 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 49 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 57 concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}] 60 set V "abc" 61 binary scan $V a3 x [all …]
|
| H A D | fts3first.test | 41 INSERT INTO x1(docid,a,b,c) VALUES(0, 'K H D S T', 'V M N Y K', 'S Z N Q S'); 44 INSERT INTO x1(docid,a,b,c) VALUES(3, 'U R Q M L', 'M J K A V', 'Q W J T J'); 45 INSERT INTO x1(docid,a,b,c) VALUES(4, 'N J C Y N', 'R U D X V', 'B O U A Q'); 47 INSERT INTO x1(docid,a,b,c) VALUES(6, 'M R G U T', 'U V I Q P', 'X Y D L S'); 48 INSERT INTO x1(docid,a,b,c) VALUES(7, 'D Y P O I', 'X J P K R', 'V O T H V'); 50 INSERT INTO x1(docid,a,b,c) VALUES(9, 'Z P F N P', 'W A X D U', 'V A E Q A'); 76 6 "V ^-E" {0 3 4 6 7 9 17 19} 77 7 "V -^E" {0 3 4 6 7 9 17 19} 78 8 "^-E V" {0 3 4 6 7 9 17 19} 79 9 "-^E V" {0 3 4 6 7 9 17 19} [all …]
|
| H A D | fts4content.test | 96 INSERT INTO t2 VALUES('Y X U V L B E H Y J C Y A I A P V F V K'); -- 2 99 INSERT INTO t2 VALUES('Y O V O G T P N G T N F I V B U M J M G'); -- 5 104 INSERT INTO t2 VALUES('B G L K U R U P V X Z I H V R W C Q A S'); -- 10 106 INSERT INTO t2 VALUES('C J U H B Q X L C M M Y E G V F W V Z C'); -- 12 226 INSERT INTO ft3(rowid, x, y) VALUES(16, 'V E C F P', 'L U T V K'); 228 INSERT INTO ft3(rowid, x, y) VALUES(18, 'V W U W R', 'H O A A V'); 252 INSERT INTO t3(rowid, x, y) VALUES(3, 'V H S D R', 'K N G E C'); 253 INSERT INTO t3(rowid, x, y) VALUES(4, 'J T R V U', 'U X S L C'); 277 INSERT INTO t3(rowid, x, y) VALUES(16, 'V E C F P', 'L U T V K'); 279 INSERT INTO t3(rowid, x, y) VALUES(18, 'V W U W R', 'H O A A V'); [all …]
|
| H A D | fts4docid.test | 29 0 {F N K B T I K V B A} 1 {D M J E S P H E L O} 32 6 {O V R A C R K C Y H} 7 {Z J H T Q Q O R A G} 37 16 {O W E I C H U Y S Y} 17 {P V V E M T H C C S} 39 20 {U J S T T J J S V X} 21 {T E I W P O V A A P} 41 24 {F V X E B C N B K W} 25 {E B A Y N N T Z I C} 43 28 {Q T G M D O D Y V G} 29 {P X W I W V P W Z G}
|
| H A D | minmax3.test | 52 INSERT INTO t1 VALUES('2', 'V', 'five'); 61 } {V 5} 66 } {V 9} 71 } {V 1} 76 } {V 1} 78 count { SELECT max(y) FROM t1 WHERE x = '2' AND y != 'V'; } 81 count { SELECT max(y) FROM t1 WHERE x = '2' AND y < 'V'; }
|
| H A D | vtabrhs1.test | 25 # EVIDENCE-OF: R-60223-49197 When the sqlite3_vtab_rhs_value(P,J,V) 29 # P->aConstraint[], then this routine attempts to set *V to the value 60 # then *V is set to a NULL pointer.
|
| H A D | fts3auto.test | 682 "F E N O T K X V A X I E X A P G Q V H U" 683 "R V A E T C V Q N I E L O N U G J K L U" 684 "U Y I G W M V F J L X I D C H F P J Q B" 687 "C C C D P X B Z C M A D A C X S B T X V" 688 "W Y J M D R G V R K B X S A W R I T N C" 689 "P K L W T M S P O Y Y V V O E H Q A I R" 691 "P G S C Y C Y V I M B D S Z D D Y W I E" 693 "P A T Z S W L P L Q V Y Y I P W U X S S" 696 "L U D A S K I L S V Z J P U B E B Y H M"
|
| H A D | dbfuzz001.test | 37 | 112: 01 56 01 86 01 2a 01 06 00 00 00 00 00 00 00 00 .V...*.......... 83 | 32: 03 00 00 00 5f 01 09 09 02 02 00 00 00 56 17 17 ...._........V.. 94 | 48: 00 a1 00 92 00 83 00 74 00 65 00 56 00 47 00 00 .......t.e.V.G.. 209 | 112: 01 56 01 86 01 2a 01 06 00 00 00 00 00 00 00 00 .V...*.......... 296 | 112: 01 56 01 86 01 2a 01 06 00 00 00 00 00 00 00 00 .V...*..........
|
| H A D | e_reindex.test | 104 array set V {one 1 two 2 three 3 four 4 five 5 six 6 seven 7 eight 8} 106 global V 107 set res [expr {$V($lhs) - $V($rhs)}]
|
| H A D | fts3fault2.test | 114 INSERT INTO ft VALUES('P P X D M', 'Y V N T C'); 120 INSERT INTO ft VALUES('C R E S V', 'Q V F W P');
|
| H A D | where8.test | 55 INSERT INTO t1 VALUES(5, 'five', 'V'); 78 } {IX X V IV 0 0 10} 85 } {IX X V IV 0 0 9} 115 } {IV V VI IX 0 0 10} 121 } {I II III V 0 0 14} 127 } {I II III V 9 0 9} 135 } {II III IV V VI 0 1 18} 144 } {II III IV V VI VII VIII IX X 0 1 33} 295 } {IV V 9 0}
|
| H A D | func.test | 711 set V "one" 713 SELECT test_auxdata($V), $V FROM t4; 715 set V "two" 717 SELECT test_auxdata($V), $V FROM t4; 720 set V "three" 722 SELECT test_auxdata($V), $V FROM t4;
|
| H A D | malloc_common.tcl | 659 db eval "SELECT * FROM $tbl" V break 660 set cksumsql "SELECT md5sum([join [concat rowid $V(*)] ,]) FROM $tbl"
|
| H A D | rowvalue3.test | 216 WHERE (a,n) IN (SELECT T1.a, V.n 217 FROM T1, (SELECT * FROM (SELECT 0 n) T3) V);
|
| /sqlite-3.40.0/src/ |
| H A D | bitvec.c | 303 #define SETBIT(V,I) V[I>>3] |= (1<<(I&7)) argument 304 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) argument 305 #define TESTBIT(V,I) (V[I>>3]&(1<<(I&7)))!=0 argument
|
| H A D | vdbeInt.h | 657 # define sqlite3VdbeIncrWriteCounter(V,C) argument 658 # define sqlite3VdbeAssertAbortable(V) argument
|
| /sqlite-3.40.0/autoconf/tea/win/ |
| H A D | rules.vc | 542 && [nmakehlp -V "$(_TCL_H)" TCL_MAJOR_VERSION >> versions.vc] 545 && [nmakehlp -V "$(_TCL_H)" TCL_MINOR_VERSION >> versions.vc] 548 && [nmakehlp -V "$(_TCL_H)" TCL_PATCH_LEVEL >> versions.vc] 554 && [nmakehlp -V ..\library\http\pkgIndex.tcl http >> versions.vc] 557 && [nmakehlp -V ..\library\tcltest\pkgIndex.tcl tcltest >> versions.vc] 560 && [nmakehlp -V ..\library\msgcat\pkgIndex.tcl msgcat >> versions.vc] 569 && [nmakehlp -V ..\library\dde\pkgIndex.tcl "dde " >> versions.vc] 572 && [nmakehlp -V ..\library\reg\pkgIndex.tcl registry >> versions.vc] 667 && [nmakehlp -V $(_TK_H) TK_MAJOR_VERSION >> versions.vc] 670 && [nmakehlp -V $(_TK_H) TK_MINOR_VERSION >> versions.vc] [all …]
|
| /sqlite-3.40.0/tool/ |
| H A D | GetTclKit.bat | 283 FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( 284 SET VALUE=%%V 295 FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( 296 SET VALUE=%%V
|
| H A D | build-all-msvc.bat | 145 SET FFLAGS=/V /F /G /H /I /R /Y /Z 784 FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( 785 IF NOT "%%V" == "" ( 786 IF NOT "%%V" == "%%%2%%" ( 787 %_VECHO% %1 = '%%V' 807 FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( 808 SET VALUE=%%V 833 FOR /F "delims=" %%V IN ('%__ECHO_CMD%') DO ( 834 SET %1=%%V%~2
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt3.test | 431 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 519 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 619 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 705 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 788 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 891 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 979 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 1060 | 3568: 20 74 32 28 78 29 56 06 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 11387 | 3232: df 22 56 ac ce 27 4d 00 a9 b0 c0 77 d8 10 56 cb ..V..'M....w..V. 12814 | 1616: ed 56 dd d8 bf 56 ef ca a5 c0 a4 aa d5 88 41 42 .V...V........AB [all …]
|
| H A D | fts5corrupt5.test | 45 | 3632: 28 61 29 56 05 06 17 1f 1f 01 7d 74 61 62 6c 65 (a)V.......table 193 | 48: 0f 56 0f 4d 0f 41 0f 38 0f 2f 0f 26 0f 1d 0f 13 .V.M.A.8./.&.... 259 | 3632: 28 61 29 56 05 06 17 1f 1f 01 7d 74 61 62 6c 65 (a)V.......table 407 | 48: 0f 56 0f 4d 0f 41 0f 38 0f 2f 0f 26 0f 1d 0f 13 .V.M.A.8./.&.... 470 | 3504: 20 74 32 28 78 29 56 07 06 17 1f 1f 01 7d 74 61 t2(x)V.......ta 590 | 3632: 28 61 29 56 05 06 17 1f 1f 01 7d 74 61 62 6c 65 (a)V.......table 738 | 48: 0f 56 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 .V..............
|
| H A D | fts5ac.test | 172 1.12 "L O O L V V K" 200 6.5 "L + O + O + L + V + V + K"
|
| /sqlite-3.40.0/ext/session/ |
| H A D | session_common.tcl | 42 array set V $args 43 foreach key [array names V] {
|
| /sqlite-3.40.0/autoconf/ |
| H A D | Makefile.msc | 1014 …/F "delims=" %V in ('type "$(SQLITE3H)" ^| "%SystemRoot%\System32\find.exe" "$(_HASHCHAR)define SQ…
|
| H A D | INSTALL | 214 overridden with `make V=1'; while running `./configure 216 overridden with `make V=0'. 334 `-V'
|