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

/macosx-10.10.1/Heimdal-398.1.2/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...]

Completed in 283 milliseconds