Home
last modified time | relevance | path

Searched refs:xCurrentTimeInt64 (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Dossfuzz.c34 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
35 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
H A Dfuzzcheck.c403 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
404 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
622 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dossfuzz.c43 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
44 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
H A Dwordcount.c109 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in realTime()
110 clockVfs->xCurrentTimeInt64(clockVfs, &t); in realTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/fuzz/
H A Dsql_run_queries.cc33 if (clockVfs->iVersion >= 2 && clockVfs->xCurrentTimeInt64 != 0) { in timeOfDay()
34 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dossfuzz.c43 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
44 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
/dports/graphics/proj/proj-7.2.1/src/
H A Dsqlite3_utils.cpp189 vfs->xCurrentTimeInt64 = defaultVFS->xCurrentTimeInt64; in create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc360 return wrapped_vfs->xCurrentTimeInt64(wrapped_vfs, now); in CurrentTimeInt64()
439 DCHECK(wrapped_vfs->xCurrentTimeInt64 != nullptr); in VFSWrapper()
440 wrapper_vfs->xCurrentTimeInt64 = &CurrentTimeInt64; in VFSWrapper()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc361 return wrapped_vfs->xCurrentTimeInt64(wrapped_vfs, now); in CurrentTimeInt64()
440 DCHECK(wrapped_vfs->xCurrentTimeInt64 != nullptr); in VFSWrapper()
441 wrapper_vfs->xCurrentTimeInt64 = &CurrentTimeInt64; in VFSWrapper()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.c192 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
193 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_journal.c822 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut); in jtCurrentTimeInt64()
844 }else if( g.pVfs->xCurrentTimeInt64==0 ){ in jt_register()
845 jt_vfs.xCurrentTimeInt64 = 0; in jt_register()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp641 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64() function
643 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
720 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp641 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64() function
643 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
720 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp734 int xCurrentTimeInt64(sqlite3_vfs *vfs, sqlite3_int64 *piNow) { in xCurrentTimeInt64() function
736 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
810 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp796 xCurrentTimeInt64(sqlite3_vfs *vfs, sqlite3_int64 *piNow) in xCurrentTimeInt64() function
799 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
880 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp641 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64() function
643 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
720 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp658 int xCurrentTimeInt64(sqlite3_vfs* vfs, sqlite3_int64* piNow) { in xCurrentTimeInt64() function
660 return orig_vfs->xCurrentTimeInt64(orig_vfs, piNow); in xCurrentTimeInt64()
735 tvfs->xCurrentTimeInt64 = xCurrentTimeInt64; in ConstructTelemetryVFS()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.c292 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
293 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_journal.c829 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut); in jtCurrentTimeInt64()
855 }else if( g.pVfs->xCurrentTimeInt64==0 ){ in jt_register()
856 jt_vfs.xCurrentTimeInt64 = 0; in jt_register()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.c272 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
273 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_journal.c829 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut); in jtCurrentTimeInt64()
855 }else if( g.pVfs->xCurrentTimeInt64==0 ){ in jt_register()
856 jt_vfs.xCurrentTimeInt64 = 0; in jt_register()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.c285 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
286 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_journal.c829 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut); in jtCurrentTimeInt64()
855 }else if( g.pVfs->xCurrentTimeInt64==0 ){ in jt_register()
856 jt_vfs.xCurrentTimeInt64 = 0; in jt_register()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.c285 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
286 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_journal.c829 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut); in jtCurrentTimeInt64()
855 }else if( g.pVfs->xCurrentTimeInt64==0 ){ in jt_register()
856 jt_vfs.xCurrentTimeInt64 = 0; in jt_register()

12345678910>>...20