Searched refs:xRandomness (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 1529 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
|
| H A D | shell.c | 12063 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness() 19235 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness() 19359 pNew->xRandomness = vfstraceRandomness; in vfstrace_register()
|
| H A D | sqlite3.c | 1850 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 27541 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness() 55964 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 231226 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
|