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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h958 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
961 ** The xRandomness() function attempts to return nBytes bytes
1006 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2196 ** from the xRandomness method of the default [sqlite3_vfs] object.
2198 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1508 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1511 ** The xRandomness() function attempts to return nBytes bytes
1556 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2746 ** from the xRandomness method of the default [sqlite3_vfs] object.
2748 ** internally and without recourse to the [sqlite3_vfs] xRandomness
14840 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24725 os2Randomness, /* xRandomness */
[all...]

Completed in 598 milliseconds