Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest4.c272 static void worker_error(WorkerInfo *p, const char *zFormat, ...){ in worker_error() function
304 worker_error(p, "Failed to step: %s", sqlite3_sql(pStmt)); in worker_thread()
306 worker_error(p, "Wrong result: %d", sqlite3_column_int(pStmt,0)); in worker_thread()
343 worker_error(p, "Failed to step: %s", sqlite3_sql(pStmt)); in worker_thread()