Lines Matching defs:salt1
65345 ** The value of parameter salt1 is used as the aSalt[1] value in the
65349 static void walRestartHdr(Wal *pWal, u32 salt1){
65356 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
65550 u32 salt1;
65551 sqlite3_randomness(4, &salt1);
65569 walRestartHdr(pWal, salt1);
66818 u32 salt1;
66819 sqlite3_randomness(4, &salt1);
66831 walRestartHdr(pWal, salt1);