Home
last modified time | relevance | path

Searched refs:pTimeOut (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
Dntp_select.h16 fd_set *pExceptFds, struct timeval *pTimeOut);
/freebsd-12-stable/contrib/sqlite3/
Dshell.c8512 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument
8513 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
Dsqlite3.c25880 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument
25889 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
25893 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64()
37758 static int kvvfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
37762 *pTimeOut = i/86400000.0;
37766 static int kvvfsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
37770 *pTimeOut = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_usec/1000;
52868 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
52869 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
219480 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c14518 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument
14527 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
14531 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64()