Home
last modified time | relevance | path

Searched refs:sqlite3OsCurrentTimeInt64 (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c9210 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-stable/contrib/sqlite3/
Dsqlite3.c15568 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
25880 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
89490 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
90193 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
90501 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);
102824 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
102830 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t);
102839 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
102849 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);