| /sqlite-3.40.0/test/ |
| H A D | func2.test | 243 execsql "SELECT 'hi\u1234ho'" 244 } "hi\u1234ho" 268 } "hi" 271 } "hi\u1234" 274 } "hi\u1234h" 277 } "hi\u1234ho" 287 } "hi" 290 } "hi\u1234" 293 } "hi\u1234h" 296 } "hi\u1234ho" [all …]
|
| H A D | bigrow.test | 129 INSERT INTO t1(a,b,c) VALUES('one','abcdefghijklmnopqrstuvwxyz0123','hi'); 132 } {one 30 hi} 140 } {one 240 hi} 145 } "one [expr {240+$i}] hi" 153 INSERT INTO t1(a,b,c) VALUES('one','abcdefghijklmnopqrstuvwxyz0123','hi'); 156 } {one 30 hi} 173 } {one 122880 hi} 179 } {one 65515 hi} 184 } "one [expr {65515+$i}] hi" 196 } {one 30 hi} [all …]
|
| H A D | run-wordcount.sh | 21 then echo hi >/dev/null; 29 then echo hi >/dev/null; 36 then echo hi >/dev/null; 44 then echo hi >/dev/null; 52 then echo hi >/dev/null; 61 then echo hi >/dev/null; 70 then echo hi >/dev/null;
|
| H A D | main.test | 78 db complete {DROP TABLE xyz; hi} 84 db complete {DROP TABLE xyz; -- hi } 87 db complete {DROP TABLE xyz; -- hi 237 CREATE TABLE /* In comment ; */ hi; 272 db complete {hi /**/ there;} 275 db complete {hi there/***/;} 278 db complete {hi there/**} 281 db complete {hi [there} 306 puts $fd hi! 372 set hi\u1234x 987 [all …]
|
| H A D | func.test | 115 } {UT ch co hi} 1064 } {hi} 1067 } {{hi }} 1070 } {{ hi}} 1073 } {{ hi }} 1076 } {{ hi }} 1079 } {{ hi }} 1082 } {{ hi }} 1085 } {{ hi zzzy}} 1088 } {{xyxzy hi }} [all …]
|
| H A D | insert.test | 119 f3 text default hi, 127 execsql {INSERT INTO test2(f2,f4) VALUES(-2.22,'hi!')} 129 } {111 -2.22 hi hi! {}} 133 } {1 -4.32 hi abc-123 xyzzy 111 -2.22 hi hi! {}} 154 } {111 -3.33 hi hum {}} 158 } {111 -3.33 hi hum {}} 161 } {22 -4.44 hi abc-123 wham} 575 SELECT 'hi';
|
| H A D | insert3.test | 52 INSERT INTO t1 VALUES(453,'hi'); 60 } {hi 1} 68 } {a: 5 4 b: 10 2 b: 20 1 a: 453 2 a: hello 4 b: hi 2 b: world 1} 74 } {a: 5 4 b: 10 2 b: 20 1 a: 453 2 a: hello 4 b: hi 2 b: world 1} 167 } {{} 4.3 hi}
|
| H A D | fts1k.test | 25 # hi-bit chars. parseSpec() also calls isalnum here. 48 # embedded hi-bit chars causes one of these isspace() calls to be 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | fts2l.test | 25 # hi-bit chars. parseSpec() also calls isalnum here. 48 # embedded hi-bit chars causes one of these isspace() calls to be 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | fts3al.test | 25 # hi-bit chars. parseSpec() also calls isalnum here. 48 # embedded hi-bit chars causes one of these isspace() calls to be 54 # The trailing and leading hi-bit chars help with code which tests for
|
| H A D | bind.test | 162 sqlite3_bind_parameter_index $VM {:hi} 335 sqlite3_bind_text16 $VM 1 [encoding convertto unicode hi\000yall\000] 16 336 sqlite3_bind_text16 $VM 2 [encoding convertto unicode hi\000yall\000] 14 337 sqlite3_bind_text16 $VM 3 [encoding convertto unicode hi\000yall\000] -1 341 } {hi hi hi}
|
| H A D | table.test | 92 catchsql {CREATE TABLE test2(two text default 'hi')} 340 INSERT INTO weird VALUES('a','b',9,0,'xyz','hi','y''all'); 343 } {a b 9 0 xyz hi y'all} 348 } {desc a asc b key 9 14_vac 0 fuzzy_dog_12 xyz begin hi end y'all} 365 } {desc a asc b key 9 14_vac 0 fuzzy_dog_12 xyz begin hi end y'all} 422 } {desc a asc b key 9 14_vac 0 fuzzy_dog_12 xyz begin hi end y'all}
|
| H A D | fts3defer.test | 132 "zk zm jk zm zm eczkjblu zm hi pmrb jk" 145 "hi igju zm jk zidhxhbtv dzadnqzprr jk jk trqd duszemmzl" 153 "lwa hi xnxhf qdyerbws zk njtc jk uhzq zm jk" 191 "orpfawpx pahlds jk uhzq hi zm zm zf jk dzadnqzprr" 344 {lwa hi [xnxhf] qdyerbws zk njtc [jk] uhzq zm [jk]}
|
| H A D | json101.test | 861 SELECT json_extract('[3,{"a":4,"":[5,{"hi":6},7]},8]', '$[1].""[1].hi'); 864 SELECT json_extract('[3,{"a":4,"":[5,{"hi":6},7]},8]', '$[1].""[1]."hi"');
|
| H A D | insert2.test | 125 INSERT INTO t3(c,a,b) SELECT x, 'hi', y FROM t4; 128 } {hi 2 1}
|
| H A D | vtab9.test | 47 } {1 1 2 3 2 a b c 3 {} x 123.456 4 hi 123456789 -12345}
|
| H A D | expr.test | 423 test_expr expr-3.25 {t1=NULL, t2='hi'} {t1 isnull} 1 424 test_expr expr-3.25b {t1=NULL, t2='hi'} {t1 is null} 1 425 test_expr expr-3.26 {t1=NULL, t2='hi'} {t2 isnull} 0 426 test_expr expr-3.27 {t1=NULL, t2='hi'} {t1 notnull} 0 427 test_expr expr-3.28 {t1=NULL, t2='hi'} {t2 notnull} 1 428 test_expr expr-3.28b {t1=NULL, t2='hi'} {t2 is not null} 1 432 test_expr expr-3.32 {t1='xyz', t2='abc'} {t1||' hi '||t2} {{xyz hi abc}}
|
| H A D | trace3.test | 209 [encoding convertto unicode hi\000yall\000] 16] \ 211 } {{} {SELECT a, b FROM t1 WHERE b = 'hi' ORDER BY a;}}
|
| H A D | speed2.test | 177 append sql "SELECT c=='hi' FROM t1 WHERE rowid=$id;\n" 218 append sql "SELECT c=='hi' FROM t1 WHERE rowid=$id;\n"
|
| H A D | wal7.test | 44 db eval {INSERT INTO t2 VALUES('hi');}
|
| H A D | default.test | 31 } {1 hi}
|
| H A D | printf2.test | 62 SELECT format('%lld%n',314159.2653,'hi');
|
| H A D | select1.test | 75 execsql {SELECT *, 'hi' FROM test1, test2} 76 } {11 22 1.1 2.2 hi} 689 set v [catch {execsql {SELECT f1 FROM test1 as 'hi', test2 as}} msg]
|
| /sqlite-3.40.0/src/ |
| H A D | hwtime.h | 32 unsigned int lo, hi; in sqlite3Hwtime() local 33 __asm__ __volatile__ ("rdtsc" : "=a" (lo), "=d" (hi)); in sqlite3Hwtime() 34 return (sqlite_uint64)hi << 32 | lo; in sqlite3Hwtime()
|
| H A D | test_hexio.c | 76 int hi=1; in sqlite3TestHexToBin() local 82 if( hi ){ in sqlite3TestHexToBin() 84 hi = 0; in sqlite3TestHexToBin() 87 hi = 1; in sqlite3TestHexToBin()
|