Searched defs:zWalName (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c44794 const char *zWalName; /* Name of WAL file */ member in struct:Wal
45613 sqlite3WalOpen( sqlite3_vfs *pVfs, sqlite3_file *pDbFd, const char *zWalName, int bNoShm, i64 mxWalSize, Wal **ppWal ) argument
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c54125 const char *zWalName; /* Name of WAL file */ member in struct:Wal
54955 sqlite3WalOpen( sqlite3_vfs *pVfs, sqlite3_file *pDbFd, const char *zWalName, int bNoShm, i64 mxWalSize, Wal **ppWal ) argument
[all...]

Completed in 690 milliseconds