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
14148 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14155 rc = pVfs->xCurrentTime(pVfs, &r);
23934 os2CurrentTime, /* xCurrentTime */
[all...]
/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 789 milliseconds