Home
last modified time | relevance | path

Searched defs:WalWriter (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c69776 typedef struct WalWriter { struct
69777 Wal *pWal; /* The complete WAL information */
69778 sqlite3_file *pFd; /* The WAL file to which we write */
69779 sqlite3_int64 iSyncPoint; /* Fsync at this offset */
69780 int syncFlags; /* Flags for the fsync */
69781 int szPage; /* Size of one page */
69782 } WalWriter; typedef