Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1443 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member
/third_party/sqlite/src/
Dshell.c4297 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in apndRandomness()
Dsqlite3.c1753 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/
D0003-3.2-Beta3-1115.patch82478 - 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);