Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h1451 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
H A Dshell.c260 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()
H A Dsqlite3.c1757 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
24210 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
24211 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
49209 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);