Searched refs:nMicro (Results 1 – 2 of 2) sorted by relevance
9233 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument9234 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
26042 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument26043 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()37975 static int kvvfsSleep(sqlite3_vfs *pVfs, int nMicro){53224 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){53225 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);221563 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){221565 return pRealVfs->xSleep(pRealVfs, nMicro);