Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16762 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
27551 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
93598 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
94339 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
94646 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);
107459 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
107465 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t);
107474 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
107484 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);