Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h1489 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
Dshell.c1295 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
1296 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
9243 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
10807 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()
10809 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
Dsqlite3.c1802 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
26056 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
26057 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
53241 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);