Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.h41 # define sqlite3WalCheckpoint(q,r,s,t,u,v,w,x,y,z) 0 macro
100 int sqlite3WalCheckpoint(
H A Dwal.c2263 rc = sqlite3WalCheckpoint(pWal, db, in sqlite3WalClose()
3842 int sqlite3WalCheckpoint( in sqlite3WalCheckpoint() function
H A Dpager.c7449 rc = sqlite3WalCheckpoint(pPager->pWal, db, eMode, in sqlite3PagerCheckpoint()