Searched refs:aSalt (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sql | 345 # 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 | 67849 u32 aSalt[2]; /* Two salt values copied from WAL header */ member 68500 memcpy(&aFrame[8], pWal->hdr.aSalt, 8); 68533 if( memcmp(&pWal->hdr.aSalt, &aFrame[8], 8)!=0 ){ 68975 memcpy(&pWal->hdr.aSalt, &aBuf[16], 8); 69673 u32 *aSalt = pWal->hdr.aSalt; /* Big-endian salt values */ local 69676 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0])); 69677 memcpy(&pWal->hdr.aSalt[1], &salt1, 4); 69790 int bChg = memcmp(pLive->aSalt, pWal->hdr.aSalt, sizeof(pWal->hdr.aSalt)); 70394 if( memcmp(&pWal->hdr.aSalt, &aBuf[16], 8) ){ 70964 if( !memcmp(pSnapshot->aSalt, pWal->hdr.aSalt, sizeof(pWal->hdr.aSalt)) [all …]
|