Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwal.c506 struct Wal { struct
509 sqlite3_file *pWalFd; /* File handle for WAL file */ argument
511 i64 mxWalSize; /* Truncate WAL to this size upon reset */ argument
526 WalIndexHdr hdr; /* Wal-index header for current transaction */ argument
529 const char *zWalName; /* Name of WAL file */ argument
535 WalIndexHdr *pSnapshot; /* Start transaction here if not NULL */ argument
543 ** Candidate values for Wal.exclusiveMode. argument
H A Dwal.h55 typedef struct Wal Wal; typedef