Searched defs:xCurrentTime (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h884 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
891 ** least the number of microseconds given. ^The xCurrentTime()
900 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
934 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1427 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1434 ** least the number of microseconds given. ^The xCurrentTime()
1443 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1477 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
14133 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14140 rc = pVfs->xCurrentTime(pVfs, &r);
23919 os2CurrentTime, /* xCurrentTime */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1112 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1119 ** least the number of microseconds given. ^The xCurrentTime()
1128 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1162 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1227 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1234 ** least the number of microseconds given. ^The xCurrentTime()
1243 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1277 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
15981 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
15988 rc = pVfs->xCurrentTime(pVfs, &r);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1112 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1119 ** least the number of microseconds given. ^The xCurrentTime()
1128 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1162 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1227 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1234 ** least the number of microseconds given. ^The xCurrentTime()
1243 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1277 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
15981 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
15988 rc = pVfs->xCurrentTime(pVfs, &r);
[all...]

Completed in 2747 milliseconds