Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Ddbfuzz.c562 static int progressHandler(void *pVdbeLimitFlag){ in progressHandler() argument
563 if( *(int*)pVdbeLimitFlag ) fatalError("too many VDBE cycles"); in progressHandler()
H A Dfuzzcheck.c223 static int progressHandler(void *pVdbeLimitFlag){ in progressHandler() argument
224 if( *(int*)pVdbeLimitFlag ) fatalError("too many VDBE cycles"); in progressHandler()