Searched refs:nMicro (Results 1 – 2 of 2) sorted by relevance
4299 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument4300 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
24196 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){24197 return pVfs->xSleep(pVfs, nMicro);49192 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){49193 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);206998 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){207000 return pRealVfs->xSleep(pRealVfs, nMicro);