Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/include/
H A Dntp_select.h18 fd_set *pExceptFds, struct timeval *pTimeOut);
/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c4005 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument
4006 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
H A Dsqlite3.c22338 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument
22347 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);