Searched defs:WalWriter (Results 1 – 1 of 1) sorted by relevance
69777 typedef struct WalWriter { struct69778 Wal *pWal; /* The complete WAL information */69779 sqlite3_file *pFd; /* The WAL file to which we write */69780 sqlite3_int64 iSyncPoint; /* Fsync at this offset */69781 int syncFlags; /* Flags for the fsync */69782 int szPage; /* Size of one page */69783 } WalWriter; typedef