Home
last modified time | relevance | path

Searched refs:sqlite3_snapshot_get (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/test/
H A Dsnapshot_up.test40 set ::snap1 [sqlite3_snapshot_get db main]
44 set ::snap2 [sqlite3_snapshot_get db main]
48 set ::snap3 [sqlite3_snapshot_get db main]
96 set ::snap4 [sqlite3_snapshot_get db main]
150 set ::snap1 [sqlite3_snapshot_get db main]
154 set ::snap2 [sqlite3_snapshot_get db main]
H A Dsnapshot_fault.test37 set ::snapshot [sqlite3_snapshot_get db2 main]
81 set ::snapshot [sqlite3_snapshot_get db main]
135 set ::snapshot [sqlite3_snapshot_get db main]
225 # Test the handling of faults that occur within sqlite3_snapshot_get().
H A Dsnapshot.test32 uplevel [list sqlite3_snapshot_get $DB $DBNAME]
379 # Test that sqlite3_snapshot_get() may be called immediately after
/sqlite-3.40.0/src/
H A Dmain.c4709 int sqlite3_snapshot_get( in sqlite3_snapshot_get() function
H A Dtest1.c2346 rc = sqlite3_snapshot_get(db, zName, &pSnapshot); in test_snapshot_get()
2493 rc = sqlite3_snapshot_get(db, zName, &pSnapshot); in test_snapshot_get_blob()
H A Dsqlite.h.in10168 ** ^The [sqlite3_snapshot_get(D,S,P)] interface attempts to make a
10171 ** [sqlite3_snapshot_get(D,S,P)] interface writes a pointer to the newly
10177 ** the following statements are false when sqlite3_snapshot_get() is
10201 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
10204 ** The [sqlite3_snapshot_get()] interface is only available when the
10207 SQLITE_EXPERIMENTAL int sqlite3_snapshot_get(
10286 ** snapshot handles were obtained by calling sqlite3_snapshot_get() since the