Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.h29 # define sqlite3WalOpen(x,y,z) 0 macro
58 int sqlite3WalOpen(sqlite3_vfs*, sqlite3_file*, const char *, int, i64, Wal**);
H A Dwal.c1473 int sqlite3WalOpen( in sqlite3WalOpen() function
H A Dpager.c7516 rc = sqlite3WalOpen(pPager->pVfs, in pagerOpenWal()