Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.h982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
HDsqlite3.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()
/NextBSD/contrib/sqlite3/
HDsqlite3.h1203 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
HDshell.c168 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
169 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
HDsqlite3.c1417 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
16826 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
16827 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()