Lines Matching defs:xRandomness
1112 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1115 ** The xRandomness() function attempts to return nBytes bytes
1160 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2405 ** obtained from the xRandomness method of the default [sqlite3_vfs] object.
2408 ** internally and without recourse to the [sqlite3_vfs] xRandomness