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

/external/sqlite/dist/orig/
H A Dsqlite3.h1249 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1256 ** least the number of microseconds given. ^The xCurrentTime()
1265 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1299 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dshell.c182 clockVfs->xCurrentTime(clockVfs, &r);
H A Dsqlite3.c1526 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1533 ** least the number of microseconds given. ^The xCurrentTime()
1542 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1576 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
20407 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
20414 rc = pVfs->xCurrentTime(pVfs, &r);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1249 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1256 ** least the number of microseconds given. ^The xCurrentTime()
1265 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1299 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dshell.c188 clockVfs->xCurrentTime(clockVfs, &r);
H A Dsqlite3.c1526 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1533 ** least the number of microseconds given. ^The xCurrentTime()
1542 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1576 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
20407 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
20414 rc = pVfs->xCurrentTime(pVfs, &r);
[all...]

Completed in 824 milliseconds