Home | History | Annotate | Download | only in WebCoreSQLite3

Lines Matching refs:xRandomness

728 ** The xRandomness(), xSleep(), and xCurrentTime() interfaces
731 ** The xRandomness() function attempts to return nBytes bytes
756 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
1750 ** from the xRandomness method of the default [sqlite3_vfs] object.
1752 ** internally and without recourse to the [sqlite3_vfs] xRandomness