Home
last modified time | relevance | path

Searched defs:pAsyncVfs (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1015 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()
[all …]