Searched refs:sqlite3_snapshot_cmp (Results 1 – 4 of 4) sorted by relevance
41 uplevel [list sqlite3_snapshot_cmp $SNAPSHOT1 $SNAPSHOT2]423 # The following tests investigate the sqlite3_snapshot_cmp() API.
4086 int sqlite3_snapshot_cmp(sqlite3_snapshot *p1, sqlite3_snapshot *p2){ in sqlite3_snapshot_cmp() function
2465 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()
10279 ** The sqlite3_snapshot_cmp(P1, P2) interface is used to compare the ages10300 SQLITE_EXPERIMENTAL int sqlite3_snapshot_cmp(