Home
last modified time | relevance | path

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

12

/sqlite-3.40.0/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()
H A Ddbfuzz.c412 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
H A Dfuzzcheck.c571 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
572 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
1547 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
H A Dthreadtest5.c56 pVfs->xCurrentTimeInt64(pVfs, &tm);
H A Dkvtest.c667 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
668 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
H A Dthreadtest3.c942 if( pTimelimitVfs->iVersion>=2 && pTimelimitVfs->xCurrentTimeInt64!=0 ){ in currentTime()
944 pTimelimitVfs->xCurrentTimeInt64(pTimelimitVfs, &tm); in currentTime()
H A Dspeedtest1.c272 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in speedtest1_timestamp()
273 clockVfs->xCurrentTimeInt64(clockVfs, &t); in speedtest1_timestamp()
/sqlite-3.40.0/src/
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()
H A Dos.c298 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64()
299 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
H A Dtest_vfstrace.c786 return pRoot->xCurrentTimeInt64(pRoot, pTimeOut); in vfstraceCurrentTimeInt64()
873 pNew->xCurrentTimeInt64 = pRoot->xCurrentTimeInt64==0 ? 0 : in vfstrace_register()
H A Dtest_multiplex.c691 return gMultiplex.pOrigVfs->xCurrentTimeInt64(gMultiplex.pOrigVfs, b); in multiplexCurrentTimeInt64()
1173 gMultiplex.sThisVfs.xCurrentTimeInt64 = multiplexCurrentTimeInt64; in sqlite3_multiplex_initialize()
H A Dmemdb.c684 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in memdbCurrentTimeInt64()
H A Dtest_osinst.c614 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vfslogCurrentTimeInt64()
H A Dtest1.c2319 pVfs->xCurrentTimeInt64(pVfs, &t); in vfsCurrentTimeInt64()
H A Dsqlite.h.in1425 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1435 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1438 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1441 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1481 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member
/sqlite-3.40.0/ext/misc/
H A Dcksumvfs.c770 if( pOrig->xCurrentTimeInt64 ){ in cksmCurrentTimeInt64()
771 rc = pOrig->xCurrentTimeInt64(pOrig, p); in cksmCurrentTimeInt64()
H A Dmemvfs.c440 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in memCurrentTimeInt64()
H A Dappendvfs.c622 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
H A Dvfsstat.c572 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vstatCurrentTimeInt64()
H A Dvfslog.c749 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vlogCurrentTimeInt64()
H A Dzipfile.c1499 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime()
1501 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
/sqlite-3.40.0/tool/
H A Dfuzzershell.c779 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay()
780 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c737 M(xCurrentTimeInt64,"i(pp)"); in sqlite3_wasm_enum_json()
H A Dsqlite3-api-opfs.js807 xCurrentTimeInt64: function(pVfs,pOut){ method

12