sqlite3Put4byte  11508 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE void sqlite3Put4byte(u8*, u32);
sqlite3Put4byte  37461 third_party/sqlite/amalgamation/sqlite3.c #define put32bits(A,B)  sqlite3Put4byte((u8*)A,B)
sqlite3Put4byte  43941 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Put4byte(&aFrame[0], iPage);
sqlite3Put4byte  43942 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Put4byte(&aFrame[4], nTruncate);
sqlite3Put4byte  43949 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Put4byte(&aFrame[16], aCksum[0]);
sqlite3Put4byte  43950 third_party/sqlite/amalgamation/sqlite3.c   sqlite3Put4byte(&aFrame[20], aCksum[1]);
sqlite3Put4byte  45807 third_party/sqlite/amalgamation/sqlite3.c         sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
sqlite3Put4byte  45878 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[0], (WAL_MAGIC | SQLITE_BIGENDIAN));
sqlite3Put4byte  45879 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[4], WAL_MAX_VERSION);
sqlite3Put4byte  45880 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[8], szPage);
sqlite3Put4byte  45881 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[12], pWal->nCkpt);
sqlite3Put4byte  45885 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[24], aCksum[0]);
sqlite3Put4byte  45886 third_party/sqlite/amalgamation/sqlite3.c     sqlite3Put4byte(&aWalHdr[28], aCksum[1]);
sqlite3Put4byte  46845 third_party/sqlite/amalgamation/sqlite3.c #define put4byte sqlite3Put4byte
sqlite3Put4byte   643 third_party/sqlite/src/src/btreeInt.h #define put4byte sqlite3Put4byte
sqlite3Put4byte  1031 third_party/sqlite/src/src/pager.c #define put32bits(A,B)  sqlite3Put4byte((u8*)A,B)
sqlite3Put4byte  3163 third_party/sqlite/src/src/sqliteInt.h void sqlite3Put4byte(u8*, u32);
sqlite3Put4byte   661 third_party/sqlite/src/src/wal.c   sqlite3Put4byte(&aFrame[0], iPage);
sqlite3Put4byte   662 third_party/sqlite/src/src/wal.c   sqlite3Put4byte(&aFrame[4], nTruncate);
sqlite3Put4byte   669 third_party/sqlite/src/src/wal.c   sqlite3Put4byte(&aFrame[16], aCksum[0]);
sqlite3Put4byte   670 third_party/sqlite/src/src/wal.c   sqlite3Put4byte(&aFrame[20], aCksum[1]);
sqlite3Put4byte  2527 third_party/sqlite/src/src/wal.c         sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0]));
sqlite3Put4byte  2598 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[0], (WAL_MAGIC | SQLITE_BIGENDIAN));
sqlite3Put4byte  2599 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[4], WAL_MAX_VERSION);
sqlite3Put4byte  2600 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[8], szPage);
sqlite3Put4byte  2601 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[12], pWal->nCkpt);
sqlite3Put4byte  2605 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[24], aCksum[0]);
sqlite3Put4byte  2606 third_party/sqlite/src/src/wal.c     sqlite3Put4byte(&aWalHdr[28], aCksum[1]);