Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
H A Dsqlite3.c1535 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
14526 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
14527 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h1390 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
H A Dshell.c247 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
248 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
4124 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
5866 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()
5868 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
H A Dsqlite3.c2429 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
23194 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
23195 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
48187 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);