Lines Matching defs:pAsyncVfs
1015 sqlite3_vfs *pAsyncVfs, in asyncOpen()
1176 static int asyncDelete(sqlite3_vfs *pAsyncVfs, const char *z, int syncDir){ in asyncDelete()
1186 sqlite3_vfs *pAsyncVfs, in asyncAccess()
1229 sqlite3_vfs *pAsyncVfs, in asyncFullPathname()
1268 static void *asyncDlOpen(sqlite3_vfs *pAsyncVfs, const char *zPath){ in asyncDlOpen()
1272 static void asyncDlError(sqlite3_vfs *pAsyncVfs, int nByte, char *zErrMsg){ in asyncDlError()
1277 sqlite3_vfs *pAsyncVfs, in asyncDlSym()
1284 static void asyncDlClose(sqlite3_vfs *pAsyncVfs, void *pHandle){ in asyncDlClose()
1288 static int asyncRandomness(sqlite3_vfs *pAsyncVfs, int nByte, char *zBufOut){ in asyncRandomness()
1292 static int asyncSleep(sqlite3_vfs *pAsyncVfs, int nMicro){ in asyncSleep()
1296 static int asyncCurrentTime(sqlite3_vfs *pAsyncVfs, double *pTimeOut){ in asyncCurrentTime()