Searched refs:sqlite3OsCurrentTimeInt64 (Results 1 – 4 of 4) sorted by relevance
216 int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
1073 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t); in vdbeSorterWorkDebug()1079 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t); in vdbeSorterRewindDebug()1088 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t); in vdbeSorterPopulateDebug()1098 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t); in vdbeSorterBlockDebug()
290 int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
68 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow); in invokeProfileCallback()684 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); in sqlite3Step()962 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime); in sqlite3StmtCurrentTime()