Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c10766 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *, sqlite3_int64*);
16708 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() function
69467 sqlite3OsCurrentTimeInt64(db->pVfs, &p->startTime);
69495 sqlite3OsCurrentTimeInt64(db->pVfs, &iNow);
69627 rc = sqlite3OsCurrentTimeInt64(p->pOut->db->pVfs, piTime);
78959 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
78964 sqlite3OsCurrentTimeInt64(sqlite3_vfs_find(0), &t);
78973 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);
78983 sqlite3OsCurrentTimeInt64(pTask->pSorter->db->pVfs, &t);

Completed in 275 milliseconds