Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15707 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
26048 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
89941 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
90664 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
90971 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);
103334 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
103340 if( ALWAYS(pVfs) ) sqlite3OsCurrentTimeInt64(pVfs, &t);
103349 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
103359 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);