Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d378 int function (sqlite3_vfs*, int nByte, char *zOut) xRandomness;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1481 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
H A Dshell.c9231 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
H A Dsqlite3.c1794 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
26038 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
53217 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
221556 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);