Searched refs:xCurrentTimeInt64 (Results 1 – 3 of 3) sorted by relevance
1451 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
260 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()261 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()4309 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()8233 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()8235 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
1757 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member24210 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){24211 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);49209 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);