Home
last modified time | relevance | path

Searched refs:sqlite3_snapshot_cmp (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/test/
H A Dsnapshot.test41 uplevel [list sqlite3_snapshot_cmp $SNAPSHOT1 $SNAPSHOT2]
423 # The following tests investigate the sqlite3_snapshot_cmp() API.
/sqlite-3.40.0/src/
H A Dwal.c4086 int sqlite3_snapshot_cmp(sqlite3_snapshot *p1, sqlite3_snapshot *p2){ in sqlite3_snapshot_cmp() function
H A Dtest1.c2465 res = sqlite3_snapshot_cmp(p1, p2); in test_snapshot_cmp()
2572 res = sqlite3_snapshot_cmp((sqlite3_snapshot*)p1, (sqlite3_snapshot*)p2); in test_snapshot_cmp_blob()
H A Dsqlite.h.in10279 ** The sqlite3_snapshot_cmp(P1, P2) interface is used to compare the ages
10300 SQLITE_EXPERIMENTAL int sqlite3_snapshot_cmp(