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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d380 int function (sqlite3_vfs*, double*) xCurrentTime;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1433 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1440 ** least the number of microseconds given. ^The xCurrentTime()
1449 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1483 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
H A Dshell.c1299 clockVfs->xCurrentTime(clockVfs, &r);
8815 apndCurrentTime, /* xCurrentTime */
9237 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut);
10813 pVfs->xCurrentTime(pVfs, &day);
H A Dsqlite3.c1746 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1753 ** least the number of microseconds given. ^The xCurrentTime()
1762 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1796 int (*xCurrentTime)(sqlite3_vfs*, double*); member in struct:sqlite3_vfs
[all...]

Completed in 649 milliseconds