Searched refs:aSalt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sql | 328 # aSalt; two salt value copied from the WAL file header in the byte-order of the WAL file; might be…
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 67754 u32 aSalt[2]; /* Two salt values copied from WAL header */ member 68405 memcpy(&aFrame[8], pWal->hdr.aSalt, 8); 68438 if( memcmp(&pWal->hdr.aSalt, &aFrame[8], 8)!=0 ){ 68874 memcpy(&pWal->hdr.aSalt, &aBuf[16], 8); 69572 u32 *aSalt = pWal->hdr.aSalt; /* Big-endian salt values */ local 69575 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0])); 69576 memcpy(&pWal->hdr.aSalt[1], &salt1, 4); 69689 int bChg = memcmp(pLive->aSalt, pWal->hdr.aSalt, sizeof(pWal->hdr.aSalt)); 70293 if( memcmp(&pWal->hdr.aSalt, &aBuf[16], 8) ){ 70863 if( !memcmp(pSnapshot->aSalt, pWal->hdr.aSalt, sizeof(pWal->hdr.aSalt)) [all …]
|