Searched defs:pAsyncVfs (Results 1 – 1 of 1) sorted by relevance
| /external/chromium_org/third_party/sqlite/src/ext/async/ |
| D | sqlite3async.c | 1015 sqlite3_vfs *pAsyncVfs, in asyncOpen() 1173 static int asyncDelete(sqlite3_vfs *pAsyncVfs, const char *z, int syncDir){ in asyncDelete() 1183 sqlite3_vfs *pAsyncVfs, in asyncAccess() 1226 sqlite3_vfs *pAsyncVfs, in asyncFullPathname() 1265 static void *asyncDlOpen(sqlite3_vfs *pAsyncVfs, const char *zPath){ in asyncDlOpen() 1269 static void asyncDlError(sqlite3_vfs *pAsyncVfs, int nByte, char *zErrMsg){ in asyncDlError() 1274 sqlite3_vfs *pAsyncVfs, in asyncDlSym() 1281 static void asyncDlClose(sqlite3_vfs *pAsyncVfs, void *pHandle){ in asyncDlClose() 1285 static int asyncRandomness(sqlite3_vfs *pAsyncVfs, int nByte, char *zBufOut){ in asyncRandomness() 1289 static int asyncSleep(sqlite3_vfs *pAsyncVfs, int nMicro){ in asyncSleep() [all …]
|