Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzcheck.c1811 char *zExpSql = 0; /* Write SQL to files in this directory */ in main() local
1854 zExpSql = argv[++i]; in main()
2170 if( zExpDb!=0 || zExpSql!=0 ){ in main()
2192 if( zExpSql!=0 ){ in main()
2200 sqlite3_bind_text64(pStmt, 1, zExpSql, strlen(zExpSql), in main()