Lines Matching defs:xRandomness
1748 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1751 ** The xRandomness() function attempts to return nBytes bytes
1796 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
3446 ** seeded using randomness obtained from the xRandomness method of
3450 ** internally and without recourse to the [sqlite3_vfs] xRandomness
26317 return pVfs->xRandomness(pVfs, nByte, zBufOut);
37485 kvvfsRandomness, /* xRandomness */
38671 /* This variable holds the process id (pid) from when the xRandomness()
46549 unixRandomness, /* xRandomness */ \
52728 winRandomness, /* xRandomness */
52753 winRandomness, /* xRandomness */
52778 winRandomness, /* xRandomness */
52803 winRandomness, /* xRandomness */
53017 memdbRandomness, /* xRandomness */
53568 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
183924 ** xRandomness method on the primary VFS.
223399 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
223468 rbuVfsRandomness, /* xRandomness */