Home
last modified time | relevance | path

Searched refs:prNow (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dos.c1828 int sqliteOsCurrentTime(double *prNow){ argument
1832 *prNow = t/86400.0 + 2440587.5;
1842 *prNow = (now + ft.dwLowDateTime)/864000000000.0 + 2305813.5;
1846 *prNow = sqlite_current_time/86400.0 + 2440587.5;
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c24181 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
24186 *prNow = i/86400000.0;
29905 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){
29909 *prNow = i/86400000.0;
34181 int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){
34186 *prNow = i/86400000.0;

Completed in 289 milliseconds