Home
last modified time | relevance | path

Searched refs:xRandomness (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h974 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
H A Dsqlite3.c1527 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 Dsqlite3.h1382 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
H A Dshell.c4112 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
H A Dsqlite3.c2421 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);