Searched refs:re (Results 1 – 25 of 41) sorted by relevance
12
| /sqlite-3.40.0/test/ |
| H A D | collate3.test | 163 # and re-open the database without re-registering the collation 286 # re-open the database without re-registering the collation 382 # sequence and then close and re-open the database. 427 # sequence and then close and re-open the database.
|
| H A D | randexpr1.tcl | 185 set re [lindex $::intexpr [expr {int(rand()*$ne)}]] 186 incr cnt [regsub {EXPR} $e [lindex $re 0] e] 187 regsub {EXPR} $tcle [lindex $re 1] tcle
|
| H A D | tester.tcl | 803 set re [string range $expected 2 end-1] 804 if {[string index $re 0]=="*"} { 806 set ok [string match $re $result] 808 set re [string map {# {[-0-9.]+}} $re] 809 set ok [regexp $re $result] 828 set re [string range $expected 1 end-1] 829 if {[string index $re 0]=="*"} { 831 set ok [string match $re $result] 833 set re [string map {# {[-0-9.]+}} $re] 834 set ok [regexp $re $result]
|
| H A D | spellfix.test | 53 razor razors re reabbreviate reabbreviated reabbreviates reabbreviating reach 96 SELECT next_char('re','vocab','w'); 99 SELECT next_char('re','(SELECT w AS x FROM vocab)','x');
|
| H A D | fts4noti.test | 183 SELECT * FROM t1 WHERE t1 MATCH 're*'; 204 SELECT * FROM t1 WHERE t1 MATCH 're*';
|
| H A D | trigger1.test | 541 # Ticket #764. At one stage TEMP triggers would fail to re-install when the 543 # correctly re-installed. 547 # example, that you can drop and re-create tables referenced by triggers. 617 # Drop and re-create the insert_log table in a different database. Note
|
| H A D | manydb.test | 22 # if we're using proxy locks, we use 5 filedescriptors for a db
|
| H A D | fts1j.test | 47 # Make certain we're detached if there was an error.
|
| H A D | fts3aj.test | 45 # Make certain we're detached if there was an error.
|
| H A D | fts2j.test | 47 # Make certain we're detached if there was an error.
|
| H A D | capi3e.test | 66 # here's the list of file names we're testing
|
| H A D | subquery.test | 157 # organized. They're here largely because they were failing during 424 # and expose bugs to do with re-using statements that have been
|
| H A D | analyze3.test | 29 # sqlite3_prepare() - as queries cannot be internally re-prepared after 607 # Check the effect of an authorization error that occurs in a re-prepare
|
| H A D | temptrigger.test | 145 # changed the schema cookie) it was not re-creating temp triggers attached
|
| H A D | e_fts3.test | 459 INSERT INTO simple VALUES('Right now they''re very frustrated') 466 INSERT INTO porter VALUES('Right now they''re very frustrated')
|
| H A D | fts3query.test | 191 …ore than add visual emphasis to our words (many people gesture while they''re on the telephone, fo…
|
| H A D | exclusive.test | 404 # if we're using proxy locks, we use 3 filedescriptors for a db
|
| H A D | corruptC.test | 106 # replacing a re-existing row, try to overwrite the cell directly rather than
|
| H A D | fts3cov.test | 225 # while re-executing the same query can also be tested.
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_unix.c | 501 void * re = NULL; in lsmPosixOsRealloc() local 509 re = realloc( m, N + BLOCK_HDR_SIZE ); in lsmPosixOsRealloc() 510 if(re){ in lsmPosixOsRealloc() 511 m = (unsigned char *)re; in lsmPosixOsRealloc()
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5corrupt5.test | 150 | 3472: 72 65 02 02 03 04 0a 17 88 80 80 80 80 01 03 00 re.............. 160 | 3632: 03 00 3c 00 00 00 16 04 33 80 72 65 01 02 05 01 ..<.....3.re.... 364 | 3472: 72 65 02 02 03 04 0a 17 88 80 80 80 80 01 03 00 re.............. 374 | 3632: 03 00 3c 00 00 00 16 04 33 80 72 65 01 02 05 01 ..<.....3.re.... 695 | 3472: 72 65 02 02 03 04 0a 17 88 80 80 80 80 01 03 00 re..............
|
| /sqlite-3.40.0/doc/ |
| H A D | F2FS.txt | 66 fails - we're ignoring the return code.
|
| /sqlite-3.40.0/ext/icu/ |
| H A D | README.txt | 98 <string> REGEXP <re-pattern>
|
| /sqlite-3.40.0/ |
| H A D | config.sub | 1530 # Note that if you're going to try to match "-MANUFACTURER" here (say,
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | README.syntax | 207 Queries of this form must be re-written as:
|
12