Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntp_select.h16 fd_set *pExceptFds, struct timeval *pTimeOut);
/freebsd-13.1/contrib/sqlite3/
H A Dshell.c4302 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument
4303 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
H A Dsqlite3.c24202 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);