Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_func.c43 testPrintError("lsm_open(): rc=%d\n", rc); in do_work()
47 testPrintError("lsm_open(): rc=%d\n", rc); in do_work()
56 testPrintError("lsm_work(): rc=%d\n", rc); in do_work()
133 testPrintError("lsm_new(): rc=%d\n", rc); in do_show()
137 testPrintError("lsm_open(): rc=%d\n", rc); in do_show()
H A Dlsmtest_util.c135 void testPrintError(const char *zFormat, ...){ in testPrintError() function
152 testPrintError("Usage: %s %s %s\n", g.argv[0], g.argv[1], zArgs); in testPrintUsage()
161 testPrintError("unrecognized %s \"%s\": must be ", zType, zArg); in argError()
166 if( zPrev ){ testPrintError("%s, ", zPrev); } in argError()
169 testPrintError("or %s\n", zPrev); in argError()
H A Dlsmtest2.c105 testPrintError("testCompareStr: \"%s\" != \"%s\"\n", z1, z2); in testCompareStr()
121 testPrintError("testCompareInt: %d != %d\n", i1, i2); in testCompareInt()
230 testPrintError("testCompareCksumLsmdb: \"%s\" != (\"%s\" OR \"%s\")", in testCompareCksumLsmdb()
234 testPrintError("testCompareCksumLsmdb: \"%s\" != \"%s\"", in testCompareCksumLsmdb()
268 testPrintError("testCompareCksumLsmdb: \"%s\" != (\"%s\" OR \"%s\")",
272 testPrintError("testCompareCksumLsmdb: \"%s\" != \"%s\"",
H A Dlsmtest_bt.c45 testPrintError("sqlite4BtNew() failed: %d", rc); in do_bt()
50 testPrintError("sqlite4BtOpen() failed: %d", rc); in do_bt()
64 testPrintError("sqlite4BtControl() failed: %d\n", rc); in do_bt()
H A Dlsmtest_main.c233 testPrintError("Returned key out of order at %s:%d\n", in scanCompareCb()
248 testPrintError("Returned key too small at %s:%d\n", __FILE__, __LINE__); in scanCompareCb()
470 testPrintError("Usage: test ?PATTERN?\n"); in do_test()
651 testPrintError("option %s requires an argument\n", aOpt[iSel].zOpt); in do_speed_test2()
1114 testPrintError("Usage: random ?N?\n"); in do_random_tests()
1229 testPrintError("open(): %d - %s\n", errno, strerror(errno)); in do_writer_test()
1356 testPrintError("Usage: replay WRITELOG FILE\n"); in do_replay()
1410 testPrintError("Usage: insert ?DATABASE?\n"); in do_insert()
1424 testPrintError("Error opening db \"%s\": %d\n", zDb, rc); in do_insert()
1513 testPrintError("Usage: %s sub-command ?args...?\n", argv[0]); in main()
[all …]
H A Dlsmtest_io.c168 testPrintError("unrecognized command: %s", zCmd); in doOneCmd()
216 testPrintError("Ridiculous page size: %d", pgsz); in do_io()
H A Dlsmtest.h145 void testPrintError(const char *zFormat, ...);
H A Dlsmtest_tdb3.c911 testPrintError("syntax error at: \"%s\"\n", z); in test_lsm_config_str()
1426 testPrintError("threads unavailable - recompile with LSM_MUTEX_PTHREADS\n"); in test_lsm_mt()