Searched defs:Wal (Results 1 – 2 of 2) sorted by relevance
410 struct Wal { struct413 sqlite3_file *pWalFd; /* File handle for WAL file */ argument423 WalIndexHdr hdr; /* Wal-index header for current transaction */ argument424 const char *zWalName; /* Name of WAL file */ argument432 ** Candidate values for Wal.exclusiveMode. argument
46 typedef struct Wal Wal; typedef