Searched refs:prNow (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_os2.c1837 ** 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 Dos_win.c2694 ** 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 Dos_unix.c5459 ** 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 Dsqlite3.c23849 ** 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 Dsqlite3.c30461 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
37380 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c30481 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
37400 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]

Completed in 671 milliseconds