Searched refs:xCurrentTimeInt64 (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.h | 1319 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
|
D | shell.c | 229 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()
|
D | sqlite3.c | 2343 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/ |
D | sqlite3.h | 1319 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
|
D | shell.c | 223 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()
|
D | sqlite3.c | 2343 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member 21084 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64() 21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
|