Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dshell.c8509 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument
8510 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
Dsqlite3.c25874 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument
25875 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
37751 static int kvvfsSleep(sqlite3_vfs *pVfs, int nMicro){
52860 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){
52861 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro);
219472 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){
219474 return pRealVfs->xSleep(pRealVfs, nMicro);
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c14515 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument
14516 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()