Searched refs:xCurrentTimeInt64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 982 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
|
| H A D | sqlite3.c | 1535 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member 14526 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64() 14527 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1390 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
|
| H A D | shell.c | 247 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay() 248 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay() 4124 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64() 5866 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime() 5868 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
|
| H A D | sqlite3.c | 2429 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member 23194 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64() 23195 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 48187 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
|