Home | History | Annotate | Download | only in orig

Lines Matching defs:salt1

57303 ** The value of parameter salt1 is used as the aSalt[1] value in the 
57307 static void walRestartHdr(Wal *pWal, u32 salt1){
57314 memcpy(&pWal->hdr.aSalt[1], &salt1, 4);
57502 u32 salt1;
57503 sqlite3_randomness(4, &salt1);
57521 walRestartHdr(pWal, salt1);
58724 u32 salt1;
58725 sqlite3_randomness(4, &salt1);
58737 walRestartHdr(pWal, salt1);