Searched refs:aSalt (Results 1 – 2 of 2) sorted by relevance
| /src/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…
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 66209 u32 aSalt[2]; /* Two salt values copied from WAL header */ member 66860 memcpy(&aFrame[8], pWal->hdr.aSalt, 8); 66893 if( memcmp(&pWal->hdr.aSalt, &aFrame[8], 8)!=0 ){ 67329 memcpy(&pWal->hdr.aSalt, &aBuf[16], 8); 68027 u32 *aSalt = pWal->hdr.aSalt; /* Big-endian salt values */ local 68030 sqlite3Put4byte((u8*)&aSalt[0], 1 + sqlite3Get4byte((u8*)&aSalt[0])); 68031 memcpy(&pWal->hdr.aSalt[1], &salt1, 4); 68734 if( memcmp(&pWal->hdr.aSalt, &aBuf[16], 8) ){ 69304 if( !memcmp(pSnapshot->aSalt, pWal->hdr.aSalt, sizeof(pWal->hdr.aSalt)) 69951 if( pWal->nCkpt==0 ) sqlite3_randomness(8, pWal->hdr.aSalt); [all …]
|