Searched refs:sqlite3OsCurrentTimeInt64 (Results 1 – 1 of 1) sorted by relevance
16151 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);26826 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function91528 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);92251 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);92558 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);105178 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);105184 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t);105193 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);105203 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);