Searched refs:xCurrentTimeInt64 (Results 1 – 3 of 3) sorted by relevance
1165 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
103 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()104 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
1193 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member15716 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()15717 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()