Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest3.c63 #define test_error(z, ...) test_error_x(z, sqlite3_mprintf(__VA_ARGS__))
516 static void test_error_x( in test_error_x() function
890 test_error_x(pErr, sqlite3_mprintf("no such file: %s", zFrom)); in filecopy_x()