Home
last modified time | relevance | path

Searched refs:prior (Results 1 – 25 of 47) sorted by relevance

12

/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl84 set v(prior) {}
218 if {$v(prior)==""} {
221 set cmd $v(prior)\n$line
233 set v(prior) {}
236 set v(prior) $cmd
581 set prior 0
583 if {$prior} {
587 set prior 1
/sqlite-3.40.0/doc/
H A Dpager-invariants.txt39 (5) All writes to the database file are synced prior to the rollback journal
43 are synced prior to the master journal being deleted.
63 of bytes from 24 through 39 inclusive will be changed prior to releasing
/sqlite-3.40.0/test/
H A Dsidedelete.test44 # prior to the fix for ticket #2832.
69 # This will cause stacks leaks but not database corruption prior
H A De_wal.test81 # EVIDENCE-OF: R-31969-57825 If EXCLUSIVE locking mode is set prior to
165 # is omitted, when the locking mode is EXCLUSIVE prior to the first
204 # EVIDENCE-OF: R-45540-25505 To prevent older versions of SQLite (prior
H A Dinstr.test15 # occurrence of string Y within string X and returns the number of prior
209 # instr(X,Y) returns one more than the number bytes prior to the first
H A Dtkt-f7b4edec.test57 # Rerun the prepared statement that was created prior to the
H A Djournal1.test14 # prior databases do not try to rollback into new databases.
H A Dskipscan3.test40 # did not prior to changes implemented on 2014-08-20
H A Dtkt2820.test66 # We further observe that prior to the fix associated with ticket #2820,
H A Dtkt2767.test78 # even prior to the fix of #2767. But it seems good to go ahead
H A Dcrash4.test46 # the state of the database prior to any of these statements.
H A De_walhook.test166 # sqlite3_wal_hook() and will overwrite any prior sqlite3_wal_hook()
H A Dshmlock.test143 # every unlock correspond exactly to a prior lock. Hence, we cannot
H A DselectD.test156 # the datatypes and affinities of sub-sub-queries are set prior to computing
H A Dlimit2.test81 # Bug report against the new ORDER BY LIMIT optimization just prior to
H A Dupsert1.test106 # Problem found by AFL prior to any release
H A Dreturning1.test337 # Need to report foreign key constraint errors prior to RETURNING
H A Dfts2q.test295 # prior segment.
H A Dexclusive.test526 # prior to the fix.
/sqlite-3.40.0/ext/misc/
H A DREADME.md48 "sha3.c" then the entry point would conflict with the prior "sha1.c"
/sqlite-3.40.0/src/
H A Dsqlite.h.in1652 ** may only be invoked prior to library initialization using
2952 ** prior memory allocation X to be at least N bytes.
2965 ** prior allocation is not freed.
3024 ** prior to the reset.
3833 ** invoked prior to calling sqlite3_free_filename(Y).
6343 ** private copy of the result prior to releasing the mutex.
6642 ** In prior versions of SQLite,
6895 ** prior to calling this API,
7876 ** prior to returning.
9289 ** overwrite any prior [sqlite3_wal_hook()] settings.
[all …]
H A Dmain.c1671 int delay, prior; in sqliteDefaultBusyCallback() local
1676 prior = totals[count]; in sqliteDefaultBusyCallback()
1679 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1)); in sqliteDefaultBusyCallback()
1681 if( prior + delay > tmout ){ in sqliteDefaultBusyCallback()
1682 delay = tmout - prior; in sqliteDefaultBusyCallback()
H A Dos_unix.c3289 int prior = 0; in seekAndRead() local
3315 prior = 0; in seekAndRead()
3321 prior += got; in seekAndRead()
3327 id->h, got+prior, offset-prior, TIMER_ELAPSED)); in seekAndRead()
3328 return got+prior; in seekAndRead()
/sqlite-3.40.0/ext/rtree/
H A Drtree8.test186 # prior to the fix that prevents simultaneous reads and writes on
/sqlite-3.40.0/ext/userauth/
H A Duser-auth.txt57 with the correct decryption key, prior to invoking sqlite3_user_authenticate().

12