Searched refs:sqlite3OsCurrentTimeInt64 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 9210 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*); 13503 sqlite3OsCurrentTimeInt64(db->pVfs, &p->iJD); in setDateTimeToCurrent() 14281 sqlite3OsCurrentTimeInt64(db->pVfs, &iT); in currentTimeFunc() 14518 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function 61943 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 61967 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 16450 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*); 23186 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function 82845 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow); 83453 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); 83632 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime); 94726 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t); 94731 sqlite3OsCurrentTimeInt64(sqlite3_vfs_find(0), &t); 94740 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t); 94750 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
|