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

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d378 int function (sqlite3_vfs*, int nByte, char *zOut) xRandomness;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1433 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1436 ** The xRandomness() function attempts to return nBytes bytes
1481 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
3114 ** seeded using randomness obtained from the xRandomness method of
3118 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dshell.c8813 apndRandomness, /* xRandomness */
9231 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
H A Dsqlite3.c1746 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1749 ** The xRandomness() function attempts to return nBytes bytes
1794 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
3427 ** seeded using randomness obtained from the xRandomness method of
3431 ** internally and without recourse to the [sqlite3_vfs] xRandomness
[all...]

Completed in 734 milliseconds