Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c12065 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
12066 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
19242 static int vfstraceSleep(sqlite3_vfs *pVfs, int nMicro){ in vfstraceSleep() argument
19246 vfstrace_printf(pInfo, "%s.xSleep(%d)\n", pInfo->zVfsName, nMicro); in vfstraceSleep()
19247 return pRoot->xSleep(pRoot, nMicro); in vfstraceSleep()
H A Dsqlite3.c27545 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument
27546 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
40124 static int kvvfsSleep(sqlite3_vfs *pVfs, int nMicro){ in kvvfsSleep() argument
55971 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){ argument
55972 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
231233 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){ argument
231235 return pRealVfs->xSleep(pRealVfs, nMicro);