Searched refs:nMicro (Results 1 – 2 of 2) sorted by relevance
9311 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument9312 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
26321 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument26322 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()38315 static int kvvfsSleep(sqlite3_vfs *pVfs, int nMicro){53575 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){53576 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);223406 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){223408 return pRealVfs->xSleep(pRealVfs, nMicro);