Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dossfuzz.c62 unsigned execCnt; /* Number of calls to the sqlite3_exec callback */ member
112 return (p->execCnt--)<=0 || progress_handler(pClientData); in exec_handler()
175 cx.execCnt = uSelector + 1; in LLVMFuzzerTestOneInput()
H A Dfuzzcheck.c596 unsigned execCnt; /* Number of calls to the sqlite3_exec callback */ member