Searched refs:pTimeOut (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_select.h17 fd_set *pExceptFds, struct timeval *pTimeOut);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c14845 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
14854 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
14858 *pTimeOut = (sqlite3_int64)(r*86400000.0);
[all...]

Completed in 502 milliseconds