HomeSort by relevance Sort by last modified time
    Searched refs:WalCkptInfo (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
wal.c 287 typedef struct WalCkptInfo WalCkptInfo;
363 struct WalCkptInfo {
375 #define WALINDEX_LOCK_OFFSET (sizeof(WalIndexHdr)*2 + sizeof(WalCkptInfo))
540 ** Return a pointer to the WalCkptInfo structure in the wal-index.
542 static volatile WalCkptInfo *walCkptInfo(Wal *pWal){
544 return (volatile WalCkptInfo*)&(pWal->apWiData[0][sizeof(WalIndexHdr)/2]);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 57 milliseconds