Searched refs:xRandomness (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()
929 ** The xRandomness() function attempts to return nBytes bytes
974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2157 ** from the xRandomness method of the default [sqlite3_vfs] object.
2159 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1479 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1482 ** The xRandomness() function attempts to return nBytes bytes
1527 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2710 ** from the xRandomness method of the default [sqlite3_vfs] object.
2712 ** internally and without recourse to the [sqlite3_vfs] xRandomness
14513 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24351 os2Randomness, /* xRandomness */
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1338 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1341 ** The xRandomness() function attempts to return nBytes bytes
1386 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2946 ** seeded using randomness obtained from the xRandomness method of
2950 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dshell.c3818 apndRandomness, /* xRandomness */
4234 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
H A Dsqlite3.c2401 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
2404 ** The xRandomness() function attempts to return nBytes bytes
2449 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
4009 ** seeded using randomness obtained from the xRandomness method of
4013 ** internally and without recourse to the [sqlite3_vfs] xRandomness
23519 return pVfs->xRandomness(pVfs, nByte, zBufOut);
[all...]

Completed in 827 milliseconds