Lines Matching defs:xRandomness
1227 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1230 ** The xRandomness() function attempts to return nBytes bytes
1275 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2520 ** obtained from the xRandomness method of the default [sqlite3_vfs] object.
2523 ** internally and without recourse to the [sqlite3_vfs] xRandomness
15971 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24306 /* This variable holds the process id (pid) from when the xRandomness()
31729 unixRandomness, /* xRandomness */ \
37464 winRandomness, /* xRandomness */
37489 winRandomness, /* xRandomness */
125278 ** to the xRandomness method of the default VFS.