Searched refs:xCurrentTimeInt64 (Results 1 – 3 of 3) sorted by relevance
1537 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
12106 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()13722 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()13724 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()19307 rc = pRoot->xCurrentTimeInt64(pRoot, pTimeOut); in vfstraceCurrentTimeInt64()19402 pNew->xCurrentTimeInt64 = pRoot->xCurrentTimeInt64==0 ? 0 : in vfstrace_register()24124 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()24125 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
1858 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member27589 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()27590 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()56033 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);