Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_select.h18 fd_set *pExceptFds, struct timeval *pTimeOut);
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c9236 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument
9237 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
H A Dsqlite3.c26048 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument
26057 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
26061 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64()
37982 static int kvvfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
37986 *pTimeOut = i/86400000.0;
37990 static int kvvfsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){
37994 *pTimeOut = unixEpoch + 1000*(sqlite3_int64)sNow.tv_sec + sNow.tv_usec/1000;
53232 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
53233 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
221571 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){
[all …]