Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dthreadtest3.c68 #define filecopy(x,y,z) (SEL(x), filecopy_x(x,y,z)) macro
1283 filecopy(&err, "test.db", "test_sv.db"); in walthread5()
1284 filecopy(&err, "test.db-wal", "test_sv.db-wal"); in walthread5()
1287 filecopy(&err, "test_sv.db", "test.db"); in walthread5()
1288 filecopy(&err, "test_sv.db-wal", "test.db-wal"); in walthread5()