Lines Matching refs:xRandomness
1414 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1417 ** The xRandomness() function attempts to return nBytes bytes
1449 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2591 ** from the xRandomness method of the default [sqlite3_vfs] object.
2593 ** internally and without recourse to the [sqlite3_vfs] xRandomness
13883 return pVfs->xRandomness(pVfs, nByte, zBufOut);
22778 os2Randomness, /* xRandomness */
29373 unixRandomness, /* xRandomness */ \
32396 winRandomness, /* xRandomness */
107238 ** to the xRandomness method of the default VFS.