Searched refs:xCurrentTime (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h926 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
933 ** least the number of microseconds given. ^The xCurrentTime()
942 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
976 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dsqlite3.c1479 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1486 ** least the number of microseconds given. ^The xCurrentTime()
1495 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1529 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
14523 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
14530 rc = pVfs->xCurrentTime(pVfs, &r);
24353 os2CurrentTime, /* xCurrentTime */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1338 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1345 ** least the number of microseconds given. ^The xCurrentTime()
1354 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1388 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dshell.c251 clockVfs->xCurrentTime(clockVfs, &r);
3820 apndCurrentTime, /* xCurrentTime */
4240 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
7373 pVfs->xCurrentTime(pVfs, &day);
H A Dsqlite3.c2401 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
2408 ** least the number of microseconds given. ^The xCurrentTime()
2417 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
2451 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
23534 ** will fall back to xCurrentTime() if xCurrentTimeInt64() is
23541 rc = pVfs->xCurrentTime(pVfs, &r);
[all...]

Completed in 1312 milliseconds