Home | History | Annotate | Download | only in dist

Lines Matching refs:xCurrentTimeInt64

2287 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
2297 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
2300 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
2303 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
2343 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
21078 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
21081 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
21084 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
38419 unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \
44640 winCurrentTimeInt64, /* xCurrentTimeInt64 */
44665 winCurrentTimeInt64, /* xCurrentTimeInt64 */
44690 winCurrentTimeInt64, /* xCurrentTimeInt64 */
44715 winCurrentTimeInt64, /* xCurrentTimeInt64 */
177533 0, /* xCurrentTimeInt64 (version 2) */