Searched refs:pTimeOut (Results 1 – 3 of 3) sorted by relevance
18 fd_set *pExceptFds, struct timeval *pTimeOut);
4005 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument4006 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
22338 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument22347 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()22351 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64()46999 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){47000 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);191640 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){191642 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);