Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h1165 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
H A Dshell.c103 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
104 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
H A Dsqlite3.c1193 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
15716 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
15717 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()