Searched refs:xCurrentTimeInt64 (Results 1 – 4 of 4) sorted by relevance
386 int function (sqlite3_vfs*, sqlite3_int64*) xCurrentTimeInt64;
1489 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
1295 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()1296 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()9243 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()10807 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()10809 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
1802 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member26056 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()26057 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()53241 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);