Home | History | Annotate | Download | only in dist

Lines Matching defs:xCurrentTime

1543 ** 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*);
14882 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14889 rc = pVfs->xCurrentTime(pVfs, &r);
24788 os2CurrentTime, /* xCurrentTime */
31868 unixCurrentTime, /* xCurrentTime */ \
35811 winCurrentTime, /* xCurrentTime */