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.c12075 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
13684 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()
13686 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
19269 rc = pRoot->xCurrentTimeInt64(pRoot, pTimeOut); in vfstraceCurrentTimeInt64()
19364 pNew->xCurrentTimeInt64 = pRoot->xCurrentTimeInt64==0 ? 0 : in vfstrace_register()
24086 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
24087 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
H A Dsqlite3.c1858 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
27559 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
27560 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
55988 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);