Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_snapshot

8312 ** KEYWORDS: {snapshot} {sqlite3_snapshot}
8326 ** The sqlite3_snapshot object records state information about an historical
8334 ** sqlite3_snapshot objects is [sqlite3_snapshot_free()].
8336 typedef struct sqlite3_snapshot {
8338 } sqlite3_snapshot;
8345 ** new [sqlite3_snapshot] object that records the current state of
8348 ** created [sqlite3_snapshot] object into *P and returns SQLITE_OK.
8376 ** The [sqlite3_snapshot] object returned from a successful call to
8386 sqlite3_snapshot **ppSnapshot
8424 sqlite3_snapshot *pSnapshot
8431 ** ^The [sqlite3_snapshot_free(P)] interface destroys [sqlite3_snapshot] P.
8432 ** The application must eventually free every [sqlite3_snapshot] object
8438 SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
8463 sqlite3_snapshot *p1,
8464 sqlite3_snapshot *p2
8477 ** clients have sqlite3_snapshot handles.