Searched refs:xRandomness (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumWin.cpp161 win32_vfs->xRandomness,
H A DSQLiteFileSystemChromiumPosix.cpp189 unix_vfs->xRandomness,
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h728 ** The xRandomness(), xSleep(), and xCurrentTime() interfaces
731 ** The xRandomness() function attempts to return nBytes bytes
756 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
1750 ** from the xRandomness method of the default [sqlite3_vfs] object.
1752 ** internally and without recourse to the [sqlite3_vfs] xRandomness
/external/sqlite/dist/orig/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
996 ** The xRandomness() function attempts to return nBytes bytes
1041 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2231 ** from the xRandomness method of the default [sqlite3_vfs] object.
2233 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1546 ** The xRandomness() function attempts to return nBytes bytes
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2781 ** from the xRandomness method of the default [sqlite3_vfs] object.
2783 ** internally and without recourse to the [sqlite3_vfs] xRandomness
14872 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24786 os2Randomness, /* xRandomness */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h993 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
996 ** The xRandomness() function attempts to return nBytes bytes
1041 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2231 ** from the xRandomness method of the default [sqlite3_vfs] object.
2233 ** internally and without recourse to the [sqlite3_vfs] xRandomness
H A Dsqlite3.c1543 ** The xRandomness(), xSleep(), xCurrentTime(), and xCurrentTimeInt64()
1546 ** The xRandomness() function attempts to return nBytes bytes
1591 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); member in struct:sqlite3_vfs
2781 ** from the xRandomness method of the default [sqlite3_vfs] object.
2783 ** internally and without recourse to the [sqlite3_vfs] xRandomness
14872 return pVfs->xRandomness(pVfs, nByte, zBufOut);
24786 os2Randomness, /* xRandomness */
[all...]

Completed in 317 milliseconds