Searched refs:sqlite3WalCheckpoint (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | wal.h | 41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 macro 100 int sqlite3WalCheckpoint(
|
| H A D | wal.c | 2263 rc = sqlite3WalCheckpoint(pWal, db, in sqlite3WalClose() 3842 int sqlite3WalCheckpoint( in sqlite3WalCheckpoint() function
|
| H A D | pager.c | 7449 rc = sqlite3WalCheckpoint(pPager->pWal, db, eMode, in sqlite3PagerCheckpoint()
|