Home
last modified time | relevance | path

Searched refs:nMicro (Results 1 – 2 of 2) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c10140 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
10141 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
17265 static int vfstraceSleep(sqlite3_vfs *pVfs, int nMicro){ in vfstraceSleep() argument
17269 vfstrace_printf(pInfo, "%s.xSleep(%d)\n", pInfo->zVfsName, nMicro); in vfstraceSleep()
17270 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
H A Dsqlite3.c26820 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument
26821 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
38800 static int kvvfsSleep(sqlite3_vfs *pVfs, int nMicro){ in kvvfsSleep() argument
54524 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){
54525 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
226587 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){
226589 return pRealVfs->xSleep(pRealVfs, nMicro);