Home
last modified time | relevance | path

Searched refs:xCurrentTime (Results 1 – 25 of 30) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dossfuzz.c47 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
H A Dwordcount.c113 clockVfs->xCurrentTime(clockVfs, &r); in realTime()
H A Dkvtest.c671 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
H A Dthreadtest3.c947 pTimelimitVfs->xCurrentTime(pTimelimitVfs, &t); in currentTime()
H A Dfuzzcheck.c575 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
/sqlite-3.40.0/ext/misc/
H A Dcksumvfs.c761 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in cksmCurrentTime()
774 rc = pOrig->xCurrentTime(pOrig, &r); in cksmCurrentTimeInt64()
H A Dmemvfs.c433 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in memCurrentTime()
H A Dappendvfs.c616 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
H A Dvfsstat.c564 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vstatCurrentTime()
H A Dvfslog.c742 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vlogCurrentTime()
H A Dzipfile.c1505 pVfs->xCurrentTime(pVfs, &day); in zipfileTime()
/sqlite-3.40.0/src/
H A Dtest_vfstrace.c781 return pRoot->xCurrentTime(pRoot, pTimeOut); in vfstraceCurrentTime()
870 pNew->xCurrentTime = vfstraceCurrentTime; in vfstrace_register()
H A Dtest_devsym.c345 return g.pVfs->xCurrentTime(g.pVfs, pTimeOut); in devsymCurrentTime()
H A Dos.c302 rc = pVfs->xCurrentTime(pVfs, &r); in sqlite3OsCurrentTimeInt64()
H A Dtest_multiplex.c681 return gMultiplex.pOrigVfs->xCurrentTime(gMultiplex.pOrigVfs, b); in multiplexCurrentTime()
1171 gMultiplex.sThisVfs.xCurrentTime = multiplexCurrentTime; in sqlite3_multiplex_initialize()
H A Dmemdb.c676 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
H A Dtest_journal.c823 return g.pVfs->xCurrentTime(g.pVfs, pTimeOut); in jtCurrentTime()
H A Dtest_onefile.c813 return pParent->xCurrentTime(pParent, pTimeOut); in fsCurrentTime()
H A Dtest6.c713 return pVfs->xCurrentTime(pVfs, pTimeOut); in cfCurrentTime()
H A Dtest_osinst.c607 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut); in vfslogCurrentTime()
H A Dtest_vfs.c824 return PARENTVFS(pVfs)->xCurrentTime(PARENTVFS(pVfs), pTimeOut); in tvfsCurrentTime()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasm.c735 M(xCurrentTime,"i(pp)"); in sqlite3_wasm_enum_json()
H A Dsqlite3-api-opfs.js800 xCurrentTime: function(pVfs,pOut){ method
/sqlite-3.40.0/tool/
H A Dfuzzershell.c783 clockVfs->xCurrentTime(clockVfs, &r); in timeOfDay()
/sqlite-3.40.0/ext/async/
H A Dsqlite3async.c1298 return pVfs->xCurrentTime(pVfs, pTimeOut); in asyncCurrentTime()

12