Searched defs:prNow (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
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.c23864 ** current time and date as a Julian Day number into *prNow and
23867 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
23872 *prNow = i/86400000.0;
29618 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
33831 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24718 ** current time and date as a Julian Day number into *prNow and
24721 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
24726 *prNow = i/86400000.0;
30590 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
35717 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24718 ** current time and date as a Julian Day number into *prNow and
24721 static int os2CurrentTime( sqlite3_vfs *pVfs, double *prNow ){
24726 *prNow = i/86400000.0;
30618 unixCurrentTime(sqlite3_vfs *NotUsed, double *prNow) argument
35745 winCurrentTime(sqlite3_vfs *pVfs, double *prNow) argument
[all...]

Completed in 749 milliseconds