Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c4299 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
4300 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
H A Dsqlite3.c24196 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);