Searched refs:nMicro (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 4114 static int apndSleep(sqlite3_vfs *pVfs, int nMicro){ in apndSleep() argument 4115 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); in apndSleep()
|
| H A D | sqlite3.c | 23180 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument 23181 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep() 48170 static int memdbSleep(sqlite3_vfs *pVfs, int nMicro){ 48171 return ORIGVFS(pVfs)->xSleep(ORIGVFS(pVfs), nMicro); 200134 static int rbuVfsSleep(sqlite3_vfs *pVfs, int nMicro){ 200136 return pRealVfs->xSleep(pRealVfs, nMicro);
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 14515 SQLITE_PRIVATE int sqlite3OsSleep(sqlite3_vfs *pVfs, int nMicro){ in sqlite3OsSleep() argument 14516 return pVfs->xSleep(pVfs, nMicro); in sqlite3OsSleep()
|