Home
last modified time | relevance | path

Searched refs:aRnd (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c549 char aRnd[25]; in mt1Main() local
552 testPrngString(iPrng, aRnd, sizeof(aRnd)); in mt1Main()
553 iPrng += sizeof(aRnd); in mt1Main()
554 snprintf(aValue, sizeof(aValue), "%d.%s", iThread, aRnd); in mt1Main()