Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzcheck.c908 static const char *azBadFuncs[] = { in block_troublesome_sql() local
947 last = sizeof(azBadFuncs)/sizeof(azBadFuncs[0]) - 1; in block_troublesome_sql()
950 int c = sqlite3_stricmp(azBadFuncs[mid], zArg2); in block_troublesome_sql()