Searched refs:mid (Results 1 – 15 of 15) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | pragma.c | 284 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 D | sqlite.h.in | 8495 ** 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 D | shell.c.in | 3302 u8 bWordWrap /* If true, avoid breaking mid-word */
|
| /sqlite-3.40.0/test/ |
| H A D | walbak.test | 30 # walback-2.*: Test backups when the source db is modified mid-backup. 103 # Backups when the source db is modified mid-backup.
|
| H A D | fuzzcheck.c | 949 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 D | walcrash2.test | 23 # existed at one point: If a process crashes mid-transaction, it may have
|
| H A D | backup.test | 44 # 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 D | shell2.test | 108 # turning off mid- processing.
|
| H A D | insert4.test | 577 mid INTEGER, 583 mid INTEGER,
|
| H A D | fkey2.test | 1569 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 D | without_rowid3.test | 1631 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 D | fts1porter.test | 12921 mid mid
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbuvacuum.test | 281 # 2.2.* database modified mid vacuum.
|
| /sqlite-3.40.0/ext/wasm/jaccwabyt/ |
| H A D | jaccwabyt.md | 19 mid-2018 or later, with late 2021 releases required for some optional
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 6468 microcosm microcosm mid mid
|