WalIndexHdr 43565 third_party/sqlite/amalgamation/sqlite3.c typedef struct WalIndexHdr WalIndexHdr; WalIndexHdr 43655 third_party/sqlite/amalgamation/sqlite3.c #define WALINDEX_LOCK_OFFSET (sizeof(WalIndexHdr)*2 + sizeof(WalCkptInfo)) WalIndexHdr 43703 third_party/sqlite/amalgamation/sqlite3.c WalIndexHdr hdr; /* Wal-index header for current transaction */ WalIndexHdr 43824 third_party/sqlite/amalgamation/sqlite3.c return (volatile WalCkptInfo*)&(pWal->apWiData[0][sizeof(WalIndexHdr)/2]); WalIndexHdr 43830 third_party/sqlite/amalgamation/sqlite3.c static volatile WalIndexHdr *walIndexHdr(Wal *pWal){ WalIndexHdr 43832 third_party/sqlite/amalgamation/sqlite3.c return (volatile WalIndexHdr*)pWal->apWiData[0]; WalIndexHdr 43906 third_party/sqlite/amalgamation/sqlite3.c volatile WalIndexHdr *aHdr = walIndexHdr(pWal); WalIndexHdr 43907 third_party/sqlite/amalgamation/sqlite3.c const int nCksum = offsetof(WalIndexHdr, aCksum); WalIndexHdr 43913 third_party/sqlite/amalgamation/sqlite3.c memcpy((void *)&aHdr[1], (void *)&pWal->hdr, sizeof(WalIndexHdr)); WalIndexHdr 43915 third_party/sqlite/amalgamation/sqlite3.c memcpy((void *)&aHdr[0], (void *)&pWal->hdr, sizeof(WalIndexHdr)); WalIndexHdr 44347 third_party/sqlite/amalgamation/sqlite3.c memset(&pWal->hdr, 0, sizeof(WalIndexHdr)); WalIndexHdr 45108 third_party/sqlite/amalgamation/sqlite3.c WalIndexHdr h1, h2; /* Two copies of the header content */ WalIndexHdr 45109 third_party/sqlite/amalgamation/sqlite3.c WalIndexHdr volatile *aHdr; /* Header in shared memory */ WalIndexHdr 45140 third_party/sqlite/amalgamation/sqlite3.c if( memcmp(&pWal->hdr, &h1, sizeof(WalIndexHdr)) ){ WalIndexHdr 45142 third_party/sqlite/amalgamation/sqlite3.c memcpy(&pWal->hdr, &h1, sizeof(WalIndexHdr)); WalIndexHdr 45350 third_party/sqlite/amalgamation/sqlite3.c if( memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) ){ WalIndexHdr 45435 third_party/sqlite/amalgamation/sqlite3.c || memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) WalIndexHdr 45656 third_party/sqlite/amalgamation/sqlite3.c if( memcmp(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr))!=0 ){ WalIndexHdr 45698 third_party/sqlite/amalgamation/sqlite3.c memcpy(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr)); WalIndexHdr 46086 third_party/sqlite/amalgamation/sqlite3.c memset(&pWal->hdr, 0, sizeof(WalIndexHdr)); WalIndexHdr 285 third_party/sqlite/src/src/wal.c typedef struct WalIndexHdr WalIndexHdr; WalIndexHdr 375 third_party/sqlite/src/src/wal.c #define WALINDEX_LOCK_OFFSET (sizeof(WalIndexHdr)*2 + sizeof(WalCkptInfo)) WalIndexHdr 423 third_party/sqlite/src/src/wal.c WalIndexHdr hdr; /* Wal-index header for current transaction */ WalIndexHdr 544 third_party/sqlite/src/src/wal.c return (volatile WalCkptInfo*)&(pWal->apWiData[0][sizeof(WalIndexHdr)/2]); WalIndexHdr 550 third_party/sqlite/src/src/wal.c static volatile WalIndexHdr *walIndexHdr(Wal *pWal){ WalIndexHdr 552 third_party/sqlite/src/src/wal.c return (volatile WalIndexHdr*)pWal->apWiData[0]; WalIndexHdr 626 third_party/sqlite/src/src/wal.c volatile WalIndexHdr *aHdr = walIndexHdr(pWal); WalIndexHdr 627 third_party/sqlite/src/src/wal.c const int nCksum = offsetof(WalIndexHdr, aCksum); WalIndexHdr 633 third_party/sqlite/src/src/wal.c memcpy((void *)&aHdr[1], (void *)&pWal->hdr, sizeof(WalIndexHdr)); WalIndexHdr 635 third_party/sqlite/src/src/wal.c memcpy((void *)&aHdr[0], (void *)&pWal->hdr, sizeof(WalIndexHdr)); WalIndexHdr 1067 third_party/sqlite/src/src/wal.c memset(&pWal->hdr, 0, sizeof(WalIndexHdr)); WalIndexHdr 1828 third_party/sqlite/src/src/wal.c WalIndexHdr h1, h2; /* Two copies of the header content */ WalIndexHdr 1829 third_party/sqlite/src/src/wal.c WalIndexHdr volatile *aHdr; /* Header in shared memory */ WalIndexHdr 1860 third_party/sqlite/src/src/wal.c if( memcmp(&pWal->hdr, &h1, sizeof(WalIndexHdr)) ){ WalIndexHdr 1862 third_party/sqlite/src/src/wal.c memcpy(&pWal->hdr, &h1, sizeof(WalIndexHdr)); WalIndexHdr 2070 third_party/sqlite/src/src/wal.c if( memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) ){ WalIndexHdr 2155 third_party/sqlite/src/src/wal.c || memcmp((void *)walIndexHdr(pWal), &pWal->hdr, sizeof(WalIndexHdr)) WalIndexHdr 2376 third_party/sqlite/src/src/wal.c if( memcmp(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr))!=0 ){ WalIndexHdr 2418 third_party/sqlite/src/src/wal.c memcpy(&pWal->hdr, (void *)walIndexHdr(pWal), sizeof(WalIndexHdr)); WalIndexHdr 2806 third_party/sqlite/src/src/wal.c memset(&pWal->hdr, 0, sizeof(WalIndexHdr));