Home
last modified time | relevance | path

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

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