Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos.h216 int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
H A Dvdbesort.c1073 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()
H A Dos.c290 int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
H A Dvdbeapi.c68 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow); in invokeProfileCallback()
684 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime); in sqlite3Step()
962 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime); in sqlite3StmtCurrentTime()