| /sqlite-3.40.0/test/ |
| H A D | ossfuzz.c | 43 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay() 44 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
|
| H A D | wordcount.c | 109 if( clockVfs->iVersion>=1 && clockVfs->xCurrentTimeInt64!=0 ){ in realTime() 110 clockVfs->xCurrentTimeInt64(clockVfs, &t); in realTime()
|
| H A D | dbfuzz.c | 412 inmemVfs.xCurrentTimeInt64 = pDefault->xCurrentTimeInt64; in inmemVfsRegister()
|
| H A D | fuzzcheck.c | 571 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 D | threadtest5.c | 56 pVfs->xCurrentTimeInt64(pVfs, &tm);
|
| H A D | kvtest.c | 667 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){ in timeOfDay() 668 clockVfs->xCurrentTimeInt64(clockVfs, &t); in timeOfDay()
|
| H A D | threadtest3.c | 942 if( pTimelimitVfs->iVersion>=2 && pTimelimitVfs->xCurrentTimeInt64!=0 ){ in currentTime() 944 pTimelimitVfs->xCurrentTimeInt64(pTimelimitVfs, &tm); in currentTime()
|
| H A D | speedtest1.c | 272 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 D | test_journal.c | 829 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 D | os.c | 298 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in sqlite3OsCurrentTimeInt64() 299 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64()
|
| H A D | test_vfstrace.c | 786 return pRoot->xCurrentTimeInt64(pRoot, pTimeOut); in vfstraceCurrentTimeInt64() 873 pNew->xCurrentTimeInt64 = pRoot->xCurrentTimeInt64==0 ? 0 : in vfstrace_register()
|
| H A D | test_multiplex.c | 691 return gMultiplex.pOrigVfs->xCurrentTimeInt64(gMultiplex.pOrigVfs, b); in multiplexCurrentTimeInt64() 1173 gMultiplex.sThisVfs.xCurrentTimeInt64 = multiplexCurrentTimeInt64; in sqlite3_multiplex_initialize()
|
| H A D | memdb.c | 684 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in memdbCurrentTimeInt64()
|
| H A D | test_osinst.c | 614 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vfslogCurrentTimeInt64()
|
| H A D | test1.c | 2319 pVfs->xCurrentTimeInt64(pVfs, &t); in vfsCurrentTimeInt64()
|
| H A D | sqlite.h.in | 1425 ** 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 D | cksumvfs.c | 770 if( pOrig->xCurrentTimeInt64 ){ in cksmCurrentTimeInt64() 771 rc = pOrig->xCurrentTimeInt64(pOrig, p); in cksmCurrentTimeInt64()
|
| H A D | memvfs.c | 440 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in memCurrentTimeInt64()
|
| H A D | appendvfs.c | 622 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p); in apndCurrentTimeInt64()
|
| H A D | vfsstat.c | 572 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vstatCurrentTimeInt64()
|
| H A D | vfslog.c | 749 return REALVFS(pVfs)->xCurrentTimeInt64(REALVFS(pVfs), p); in vlogCurrentTimeInt64()
|
| H A D | zipfile.c | 1499 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){ in zipfileTime() 1501 pVfs->xCurrentTimeInt64(pVfs, &ms); in zipfileTime()
|
| /sqlite-3.40.0/tool/ |
| H A D | fuzzershell.c | 779 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 D | sqlite3-wasm.c | 737 M(xCurrentTimeInt64,"i(pp)"); in sqlite3_wasm_enum_json()
|
| H A D | sqlite3-api-opfs.js | 807 xCurrentTimeInt64: function(pVfs,pOut){ method
|