Searched refs:FUZZ_SHOW_ERRORS (Results 1 – 2 of 2) sorted by relevance
29 #define FUZZ_SHOW_ERRORS 0x0004 /* Show SQL errors */ macro51 mDebug |= FUZZ_SHOW_ERRORS; in main()
24 #define FUZZ_SHOW_ERRORS 0x0004 /* Print error messages from SQLite */ macro186 if( (mDebug & FUZZ_SHOW_ERRORS)!=0 && zErrMsg ){ in LLVMFuzzerTestOneInput()