Searched refs:sqlite3OsCurrentTimeInt64 (Results 1 – 1 of 1) sorted by relevance
10040 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);15708 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function65168 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);65193 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);65314 rc = sqlite3OsCurrentTimeInt64(p->s.db->pVfs, &v->iCurrentTime);