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 | 12094 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness() 19273 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness() 19397 pNew->xRandomness = vfstraceRandomness; in vfstrace_register()
|
| H A D | sqlite3.c | 1850 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 27571 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness() 56009 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 231620 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
|