Searched refs:dummyVfs (Results 1 – 1 of 1) sorted by relevance
7048 sqlite3_vfs dummyVfs; in proxyCreateUnixFile() local7102 memset(&dummyVfs, 0, sizeof(dummyVfs)); in proxyCreateUnixFile()7103 dummyVfs.pAppData = (void*)&autolockIoFinder; in proxyCreateUnixFile()7104 dummyVfs.zName = "dummy"; in proxyCreateUnixFile()7109 rc = fillInUnixFile(&dummyVfs, fd, (sqlite3_file*)pNew, path, 0); in proxyCreateUnixFile()