Searched refs:pTimeOut (Results 1 – 3 of 3) sorted by relevance
16 fd_set *pExceptFds, struct timeval *pTimeOut);
4302 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument4303 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
24202 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){24211 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);24215 *pTimeOut = (sqlite3_int64)(r*86400000.0);49200 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){49201 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);207006 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){207008 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);