Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.h1319 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
Dshell.c229 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
230 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
3918 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
Dsqlite3.c2343 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
21084 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
/external/sqlite/dist/orig/
Dsqlite3.h1319 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
Dshell.c223 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
224 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
3912 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
Dsqlite3.c2343 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
21084 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()