Searched refs:xRandomness (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1443 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
|
/third_party/sqlite/src/ |
D | shell.c | 4297 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
|
D | sqlite3.c | 1753 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member 24289 return pVfs->xRandomness(pVfs, nByte, zBufOut); 49282 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 207666 return pRealVfs->xRandomness(pRealVfs, nByte, zBufOut);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82478 - apndRandomness, /* xRandomness */ 83786 - return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 87027 + apndRandomness, /* xRandomness */ 87953 + return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 120113 - apndRandomness, /* xRandomness */ 121421 - return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); 124662 + apndRandomness, /* xRandomness */ 125588 + return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut);
|