Searched defs:Wal (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.h46 typedef struct Wal Wal; typedef in typeref:struct:Wal
49 int sqlite3WalOpen(sqlite3_vfs*, sqlite3_file*, const char *zName, int, Wal**);
50 int sqlite3WalClose(Wal *pWal, int sync_flags, int, u8 *);
59 int sqlite3WalBeginReadTransaction(Wal *pWal, int *);
60 void sqlite3WalEndReadTransaction(Wal *pWal);
63 int sqlite3WalRead(Wal *pWal, Pgno pgno, int *pInWal, int nOut, u8 *pOut);
66 Pgno sqlite3WalDbsize(Wal *pWal);
69 int sqlite3WalBeginWriteTransaction(Wal *pWal);
70 int sqlite3WalEndWriteTransaction(Wal *pWa
[all...]
H A Dwal.c301 u32 iVersion; /* Wal-index version */
410 struct Wal { struct
423 WalIndexHdr hdr; /* Wal-index header for current transaction */
432 ** Candidate values for Wal.exclusiveMode.
497 ** is broken into pages of WALINDEX_PGSZ bytes. Wal-index pages are
504 static int walIndexPage(Wal *pWal, int iPage, volatile u32 **ppPage){
542 static volatile WalCkptInfo *walCkptInfo(Wal *pWal){
550 static volatile WalIndexHdr *walIndexHdr(Wal *pWal){
614 static void walShmBarrier(Wal *pWal){
625 static void walIndexWriteHdr(Wal *pWa
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c36378 typedef struct Wal Wal; typedef in typeref:struct:Wal
43690 struct Wal { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c40183 typedef struct Wal Wal; typedef in typeref:struct:Wal
47891 struct Wal { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40203 typedef struct Wal Wal; typedef in typeref:struct:Wal
47911 struct Wal { struct
[all...]

Completed in 2257 milliseconds