Lines Matching defs:salt1
51963 ** The value of parameter salt1 is used as the aSalt[1] value in the
51967 static void walRestartHdr(Wal *pWal, u32 salt1){
51974 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
52156 u32 salt1;
52157 sqlite3_randomness(4, &salt1);
52175 walRestartHdr(pWal, salt1);
53001 u32 salt1;
53002 sqlite3_randomness(4, &salt1);
53014 walRestartHdr(pWal, salt1);