Home | History | Annotate | Download | only in dist

Lines Matching refs:xCurrentTime

1802 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1809 ** least the number of microseconds given. ^The xCurrentTime()
1818 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1852 int (*xCurrentTime)(sqlite3_vfs*, double*);
27584 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
27591 rc = pVfs->xCurrentTime(pVfs, &r);
39215 kvvfsCurrentTime, /* xCurrentTime */
48650 unixCurrentTime, /* xCurrentTime */ \
55130 winCurrentTime, /* xCurrentTime */
55155 winCurrentTime, /* xCurrentTime */
55180 winCurrentTime, /* xCurrentTime */
55205 winCurrentTime, /* xCurrentTime */
55412 0, /* memdbCurrentTime, */ /* xCurrentTime */
55977 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
231238 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
231295 rbuVfsCurrentTime, /* xCurrentTime */