Searched defs:WalWriter (Results 1 – 1 of 1) sorted by relevance
69776 typedef struct WalWriter { struct69777 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