Lines Matching defs:xCurrentTimeInt64
1748 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1758 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1761 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1764 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1804 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*);
26329 /* IMPLEMENTATION-OF: R-49045-42493 SQLite will use the xCurrentTimeInt64()
26332 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
26335 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
26336 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
37489 kvvfsCurrentTimeInt64 /* xCurrentTimeInt64 */
46553 unixCurrentTimeInt64, /* xCurrentTimeInt64 */ \
52732 winCurrentTimeInt64, /* xCurrentTimeInt64 */
52757 winCurrentTimeInt64, /* xCurrentTimeInt64 */
52782 winCurrentTimeInt64, /* xCurrentTimeInt64 */
52807 winCurrentTimeInt64, /* xCurrentTimeInt64 */
53021 memdbCurrentTimeInt64, /* xCurrentTimeInt64 */
53579 #if 0 /* Never used. Modern cores only call xCurrentTimeInt64() */
53592 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
223472 0, /* xCurrentTimeInt64 (version 2) */