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

/macosx-10.10/Heimdal-398.1.2/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 511 milliseconds