Home | History | Annotate | Download | only in dist

Lines Matching defs:salt1

57319 ** The value of parameter salt1 is used as the aSalt[1] value in the 
57323 static void walRestartHdr(Wal *pWal, u32 salt1){
57330 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
57518 u32 salt1;
57519 sqlite3_randomness(4, &salt1);
57537 walRestartHdr(pWal, salt1);
58740 u32 salt1;
58741 sqlite3_randomness(4, &salt1);
58753 walRestartHdr(pWal, salt1);