Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3WalOpen

34741 # define sqlite3WalOpen(x,y,z)                 0
34767 SQLITE_PRIVATE int sqlite3WalOpen(sqlite3_vfs*, sqlite3_file*, const char *zName, int, Wal**);
41441 ** Call sqlite3WalOpen() to open the WAL handle. If the pager is in
41465 rc = sqlite3WalOpen(pPager->pVfs,
42815 SQLITE_PRIVATE int sqlite3WalOpen(