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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d386 int function (sqlite3_vfs*, sqlite3_int64*) xCurrentTimeInt64;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1433 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1443 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1446 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1449 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1489 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
H A Dshell.c1295 if( clockVfs->iVersion>=2 && clockVfs->xCurrentTimeInt64!=0 ){
1296 clockVfs->xCurrentTimeInt64(clockVfs, &t);
8817 apndCurrentTimeInt64, /* xCurrentTimeInt64 */
9243 return ORIGVFS(pVfs)->xCurrentTimeInt64(ORIGVFS(pVfs), p);
10807 if( pVfs->iVersion>=2 && pVfs->xCurrentTimeInt64 ){
10809 pVfs->xCurrentTimeInt64(pVfs, &ms);
H A Dsqlite3.c1746 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1756 ** ^The xCurrentTimeInt64() method returns, as an integer, the Julian
1759 ** ^SQLite will use the xCurrentTimeInt64() method to get the current
1762 ** to xCurrentTime() if xCurrentTimeInt64() is unavailable.
1802 int (*xCurrentTimeInt64)(sqlite3_vfs*, sqlite3_int64*); member in struct:sqlite3_vfs
[all...]

Completed in 717 milliseconds