Searched refs:prNow (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
H A D | os_os2.c | 1837 ** current time and date as a Julian Day number into *prNow and 1840 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){ 1845 *prNow = i/86400000.0;
|
H A D | os_win.c | 2694 ** current time and date as a Julian Day number into *prNow and 2697 int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){ argument 2702 *prNow = i/86400000.0;
|
H A D | os_unix.c | 5459 ** current time and date as a Julian Day number into *prNow and 5462 static int unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow){ argument 5466 *prNow = i/86400000.0;
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 23849 ** current time and date as a Julian Day number into *prNow and 23852 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){ 23857 *prNow = i/86400000.0; 29603 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument 33816 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 30461 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument 37380 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 30481 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument 37400 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument [all...] |
Completed in 848 milliseconds