Home | History | Annotate | Download | only in dist

Lines Matching refs:xRandomness

1407 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1410 ** The xRandomness() function attempts to return nBytes bytes
1442 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
2584 ** from the xRandomness method of the default [sqlite3_vfs] object.
2586 ** internally and without recourse to the [sqlite3_vfs] xRandomness
13876 return pVfs->xRandomness(pVfs, nByte, zBufOut);
22771 os2Randomness, /* xRandomness */
29366 unixRandomness, /* xRandomness */ \
32389 winRandomness, /* xRandomness */
107210 ** to the xRandomness method of the default VFS.