Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest5.c548 char aValue[50]; in mt1Main() local
554 snprintf(aValue, sizeof(aValue), "%d.%s", iThread, aRnd); in mt1Main()
555 nWrite += dbWriteOperation(&p->param, pDb, iKey, aValue, &rc); in mt1Main()