Searched refs:xRandomness (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
|
| H A D | sqlite3.c | 1527 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 14513 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1382 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
|
| H A D | shell.c | 4112 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
|
| H A D | sqlite3.c | 2421 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 23176 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness() 48163 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 200127 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
|