Home
last modified time | relevance | path

Searched refs:xCurrentTimeInt64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1537 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
H A Dshell.c12106 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()
H A Dsqlite3.c1858 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
27589 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
27590 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
56033 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);