Home
last modified time | relevance | path

Searched refs:re (Results 1 – 25 of 41) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dcollate3.test163 # 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 Drandexpr1.tcl185 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 Dtester.tcl803 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 Dspellfix.test53 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 Dfts4noti.test183 SELECT * FROM t1 WHERE t1 MATCH 're*';
204 SELECT * FROM t1 WHERE t1 MATCH 're*';
H A Dtrigger1.test541 # 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 Dmanydb.test22 # if we're using proxy locks, we use 5 filedescriptors for a db
H A Dfts1j.test47 # Make certain we're detached if there was an error.
H A Dfts3aj.test45 # Make certain we're detached if there was an error.
H A Dfts2j.test47 # Make certain we're detached if there was an error.
H A Dcapi3e.test66 # here's the list of file names we're testing
H A Dsubquery.test157 # 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 Danalyze3.test29 # 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 Dtemptrigger.test145 # changed the schema cookie) it was not re-creating temp triggers attached
H A De_fts3.test459 INSERT INTO simple VALUES('Right now they''re very frustrated')
466 INSERT INTO porter VALUES('Right now they''re very frustrated')
H A Dfts3query.test191 …ore than add visual emphasis to our words (many people gesture while they''re on the telephone, fo…
H A Dexclusive.test404 # if we're using proxy locks, we use 3 filedescriptors for a db
H A DcorruptC.test106 # replacing a re-existing row, try to overwrite the cell directly rather than
H A Dfts3cov.test225 # while re-executing the same query can also be tested.
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c501 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 Dfts5corrupt5.test150 | 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 DF2FS.txt66 fails - we're ignoring the return code.
/sqlite-3.40.0/ext/icu/
H A DREADME.txt98 <string> REGEXP <re-pattern>
/sqlite-3.40.0/
H A Dconfig.sub1530 # Note that if you're going to try to match "-MANUFACTURER" here (say,
/sqlite-3.40.0/ext/fts3/
H A DREADME.syntax207 Queries of this form must be re-written as:

12