Searched refs:pTimeOut (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_select.h | 16 fd_set *pExceptFds, struct timeval *pTimeOut);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | shell.c | 4117 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument 4118 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
|
| H A D | sqlite3.c | 23186 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 23195 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 23199 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 48178 static int memdbCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 48179 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); 200142 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 200144 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 14518 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()
|