Searched refs:xRandomness (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 1505 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
|
| H A D | shell.c | 10138 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness() 17258 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness() 17382 pNew->xRandomness = vfstraceRandomness; in vfstrace_register()
|
| H A D | sqlite3.c | 1824 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 26816 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness() 54517 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 226580 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
|