Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16783 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
27581 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
93756 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
94497 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
94804 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);
107617 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
107623 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t);
107632 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
107642 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);