Home
last modified time | relevance | path

Searched refs:sqlite3WalSnapshotUnlock (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dwal.h136 void sqlite3WalSnapshotUnlock(Wal *pWal);
H A Dwal.c4129 void sqlite3WalSnapshotUnlock(Wal *pWal){ in sqlite3WalSnapshotUnlock() function
H A Dpager.c7718 sqlite3WalSnapshotUnlock(pPager->pWal); in sqlite3PagerSnapshotUnlock()