Searched refs:xRandomness (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h1069 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1072 ** The xRandomness() function attempts to return nBytes bytes
1117 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2356 ** from the xRandomness method of the default [sqlite3_vfs] object.
2358 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1640 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1643 ** The xRandomness() function attempts to return nBytes bytes
1688 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2927 ** from the xRandomness method of the default [sqlite3_vfs] object.
2929 ** internally and without recourse to the [sqlite3_vfs] xRandomness
15318 return pVfs->xRandomness(pVfs, nByte, zBufOut);
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h926 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
929 ** The xRandomness() function attempts to return nBytes bytes
974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2157 ** from the xRandomness method of the default [sqlite3_vfs] object.
2159 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1479 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1482 ** The xRandomness() function attempts to return nBytes bytes
1527 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2710 ** from the xRandomness method of the default [sqlite3_vfs] object.
2712 ** internally and without recourse to the [sqlite3_vfs] xRandomness
14513 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24351 os2Randomness, /* xRandomness */
[all...]

Completed in 529 milliseconds