Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzcheck.c508 int onlyId, /* Only load where id is this value */ in blobListLoadFromDb() argument
519 if( onlyId>0 ){ in blobListLoadFromDb()
520 z2 = sqlite3_mprintf("%s WHERE rowid=%d", zSql, onlyId); in blobListLoadFromDb()