Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute() function
216 db_execute(db, zFilename, "CREATE TABLE t%d(a,b,c);", t); in worker_bee()
218 db_execute(db, zFilename, "INSERT INTO t%d VALUES(%d,%d,%d);", in worker_bee()
225 db_execute(db, zFilename, "DELETE FROM t%d WHERE a>50", t); in worker_bee()
235 db_execute(db, zFilename, "DROP TABLE t%d;", t); in worker_bee()