Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfuzzer.c186 #define FUZZER_MX_COST 1000 /* Maximum single-rule cost */ macro
321 if( nCost<=0 || nCost>FUZZER_MX_COST ){ in fuzzerLoadOneRule()
323 p->zClassName, FUZZER_MX_COST in fuzzerLoadOneRule()