Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dsnapshot_up.test133 sqlite3_snapshot_free $::snap1
134 sqlite3_snapshot_free $::snap2
135 sqlite3_snapshot_free $::snap3
136 sqlite3_snapshot_free $::snap4
180 sqlite3_snapshot_free $::snap1
181 sqlite3_snapshot_free $::snap2
H A Dsnapshot_fault.test61 sqlite3_snapshot_free $::snapshot
118 sqlite3_snapshot_free $::snapshot
159 sqlite3_snapshot_free $::snapshot
H A Dsnapshot.test38 uplevel [list sqlite3_snapshot_free $SNAPSHOT]
/sqlite-3.40.0/src/
H A Dmain.c4832 void sqlite3_snapshot_free(sqlite3_snapshot *pSnapshot){ in sqlite3_snapshot_free() function
H A Dtest1.c2441 sqlite3_snapshot_free(pSnapshot); in test_snapshot_free()
2501 sqlite3_snapshot_free(pSnapshot); in test_snapshot_get_blob()
H A Dsqlite.h.in10201 ** [sqlite3_snapshot_get()] must be freed using [sqlite3_snapshot_free()]
10266 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
10270 ** The [sqlite3_snapshot_free()] interface is only available when the
10273 SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);