Searched refs:sqlite3_snapshot_open (Results 1 – 7 of 7) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | snapshot_up.test | 12 # Tests for calling sqlite3_snapshot_open() when there is already 58 sqlite3_snapshot_open db main $::snap1 63 sqlite3_snapshot_open db main $::snap2 77 list [catch { sqlite3_snapshot_open db main $::snap1 } msg] $msg 86 list [catch { sqlite3_snapshot_open db main $::snap1 } msg] $msg 110 sqlite3_snapshot_open db main $::snap4 115 list [catch { sqlite3_snapshot_open db main $::snap3 } msg] $msg 129 list [catch { sqlite3_snapshot_open db main $::snap4 } msg] $msg 166 sqlite3_snapshot_open db main $::snap1 171 set ::res [list [catch { sqlite3_snapshot_open db main $::snap2 } msg] $msg]
|
| H A D | snapshot_fault.test | 21 # Check that an sqlite3_snapshot_open() client cannot be tricked into 49 if {[catch { sqlite3_snapshot_open db2 main $::snapshot } msg]} { 100 if {[catch { sqlite3_snapshot_open db main $::snapshot } msg]} { 122 # Test the handling of faults that occur within sqlite3_snapshot_open(). 145 if { [catch { sqlite3_snapshot_open db main $::snapshot } msg] } {
|
| H A D | snapshot.test | 35 uplevel [list sqlite3_snapshot_open $DB $DBNAME $SNAPSHOT] 337 # sqlite3_snapshot_open() is called. 380 # "BEGIN; PRAGMA user_version;". And that sqlite3_snapshot_open() may
|
| H A D | snapshot3.test | 33 # sqlite3_snapshot_open()).
|
| /sqlite-3.40.0/src/ |
| H A D | main.c | 4745 int sqlite3_snapshot_open( in sqlite3_snapshot_open() function
|
| H A D | test1.c | 2414 rc = sqlite3_snapshot_open(db, zName, pSnapshot); in test_snapshot_open() 2534 rc = sqlite3_snapshot_open(db, zName, (sqlite3_snapshot*)pBlob); in test_snapshot_open_blob()
|
| H A D | sqlite.h.in | 10217 ** ^The [sqlite3_snapshot_open(D,S,P)] interface either starts a new read 10221 ** database. ^The [sqlite3_snapshot_open()] interface returns SQLITE_OK 10225 ** [autocommit mode] when [sqlite3_snapshot_open(D,S,P)] is called. If there 10232 ** ^A call to sqlite3_snapshot_open() will fail to open if the specified 10244 ** ^(A call to [sqlite3_snapshot_open(D,S,P)] will fail if the 10253 ** The [sqlite3_snapshot_open()] interface is only available when the 10256 SQLITE_EXPERIMENTAL int sqlite3_snapshot_open( 10313 ** on that database and [WAL file], the [sqlite3_snapshot_open()] interface 10319 ** sqlite3_snapshot_open(). It is an error if there is already a read
|