Searched refs:xCurrentTime (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp163 win32_vfs->xCurrentTime,
H A DSQLiteFileSystemChromiumPosix.cpp191 unix_vfs->xCurrentTime,
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h728 ** The xRandomness(), xSleep(), and xCurrentTime() interfaces
735 ** least the number of microseconds given. The xCurrentTime()
758 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
/external/sqlite/dist/orig/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1000 ** least the number of microseconds given. ^The xCurrentTime()
1009 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1043 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1550 ** least the number of microseconds given. ^The xCurrentTime()
1559 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1593 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14889 rc = pVfs->xCurrentTime(pVfs, &r);
24788 os2CurrentTime, /* xCurrentTime */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1000 ** least the number of microseconds given. ^The xCurrentTime()
1009 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1043 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1550 ** least the number of microseconds given. ^The xCurrentTime()
1559 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1593 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14889 rc = pVfs->xCurrentTime(pVfs, &r);
24788 os2CurrentTime, /* xCurrentTime */
[all...]

Completed in 355 milliseconds