Home
last modified time | relevance | path

Searched refs:mid (Results 1 – 15 of 15) sorted by relevance

/sqlite-3.40.0/src/
H A Dpragma.c284 int upr, lwr, mid = 0, rc; in pragmaLocate() local
288 mid = (lwr+upr)/2; in pragmaLocate()
289 rc = sqlite3_stricmp(zName, aPragmaName[mid].zName); in pragmaLocate()
292 upr = mid - 1; in pragmaLocate()
294 lwr = mid + 1; in pragmaLocate()
297 return lwr>upr ? 0 : &aPragmaName[mid]; in pragmaLocate()
H A Dsqlite.h.in8495 ** to disk all at once. When pages spill mid-transaction, that introduces
8971 ** sqlite3_backup_step(), the source database may be modified mid-way
9982 ** CAPI3REF: Flush caches to disk mid-transaction
H A Dshell.c.in3302 u8 bWordWrap /* If true, avoid breaking mid-word */
/sqlite-3.40.0/test/
H A Dwalbak.test30 # walback-2.*: Test backups when the source db is modified mid-backup.
103 # Backups when the source db is modified mid-backup.
H A Dfuzzcheck.c949 int mid = (first+last)/2; in block_troublesome_sql() local
950 int c = sqlite3_stricmp(azBadFuncs[mid], zArg2); in block_troublesome_sql()
952 first = mid+1; in block_troublesome_sql()
954 last = mid-1; in block_troublesome_sql()
H A Dwalcrash2.test23 # existed at one point: If a process crashes mid-transaction, it may have
H A Dbackup.test44 # backup-10.*: Test writing the source database mid backup.
474 # backup-5.x.1.*: Nothing special. Modify the database mid-backup.
476 # backup-5.x.2.*: Modify the database mid-backup so that one or more
H A Dshell2.test108 # turning off mid- processing.
H A Dinsert4.test577 mid INTEGER,
583 mid INTEGER,
H A Dfkey2.test1569 CREATE TABLE mid(g, h, i REFERENCES long DEFERRABLE INITIALLY DEFERRED);
1582 } {SQLITE_INSERT long {} main {} SQLITE_READ mid i main {}}
1595 execsql { INSERT INTO mid VALUES(1, 3, 2) }
1597 } {SQLITE_INSERT mid {} main {} SQLITE_READ long b main {}}
H A Dwithout_rowid3.test1631 CREATE TABLE mid(g, h, i REFERENCES long DEFERRABLE INITIALLY DEFERRED);
1644 } {SQLITE_INSERT long {} main {} SQLITE_READ mid i main {}}
1657 execsql { INSERT INTO mid VALUES(1, 3, 2) }
1659 } {SQLITE_INSERT mid {} main {} SQLITE_READ long b main {}}
H A Dfts1porter.test12921 mid mid
/sqlite-3.40.0/ext/rbu/
H A Drbuvacuum.test281 # 2.2.* database modified mid vacuum.
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md19 mid-2018 or later, with late 2021 releases required for some optional
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5porter.test6468 microcosm microcosm mid mid