Home
last modified time | relevance | path

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

12345678910>>...20

/dports/graphics/proj/proj-7.2.1/src/
H A Dsqlite3_utils.cpp185 vfs->xRandomness = defaultVFS->xRandomness; in create()
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dsqlite3_bctbx_vfs.c454 pVfsToUse->xRandomness = pDefault->xRandomness; in sqlite3_bctbx_vfs_register()
/dports/www/firefox-esr/firefox-91.8.0/storage/
H A DTelemetryVFS.cpp621 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness() function
623 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
714 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/www/firefox/firefox-99.0/storage/
H A DTelemetryVFS.cpp621 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness() function
623 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
714 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/lang/spidermonkey60/firefox-60.9.0/storage/
H A DTelemetryVFS.cpp714 int xRandomness(sqlite3_vfs *vfs, int nByte, char *zOut) { in xRandomness() function
716 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
804 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/www/firefox-legacy/firefox-52.8.0esr/storage/
H A DTelemetryVFS.cpp768 xRandomness(sqlite3_vfs *vfs, int nByte, char *zOut) in xRandomness() function
771 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
874 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/mail/thunderbird/thunderbird-91.8.0/storage/
H A DTelemetryVFS.cpp621 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness() function
623 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
714 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/lang/spidermonkey78/firefox-78.9.0/storage/
H A DTelemetryVFS.cpp638 int xRandomness(sqlite3_vfs* vfs, int nByte, char* zOut) { in xRandomness() function
640 return orig_vfs->xRandomness(orig_vfs, nByte, zOut); in xRandomness()
729 tvfs->xRandomness = xRandomness; in ConstructTelemetryVFS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Dvfs_wrapper.cc345 return wrapped_vfs->xRandomness(wrapped_vfs, buf_size, buffer); in Randomness()
428 wrapper_vfs->xRandomness = &Randomness; in VFSWrapper()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitevfs.cpp373 return pUnderlyingVFS->xRandomness(pUnderlyingVFS, nByte, zOut); in OGRSQLiteVFSRandomness()
423 pMyVFS->xRandomness = OGRSQLiteVFSRandomness; in OGRSQLiteCreateVFS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Dvfs_wrapper.cc346 return wrapped_vfs->xRandomness(wrapped_vfs, buf_size, buffer); in Randomness()
429 wrapper_vfs->xRandomness = &Randomness; in VFSWrapper()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitevfs.cpp411 return pUnderlyingVFS->xRandomness(pUnderlyingVFS, nByte, zOut);
508 pMyVFS->xRandomness = OGRSQLiteVFSRandomness;
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitevfs.cpp411 return pUnderlyingVFS->xRandomness(pUnderlyingVFS, nByte, zOut); in OGRSQLiteVFSRandomness()
508 pMyVFS->xRandomness = OGRSQLiteVFSRandomness; in OGRSQLiteCreateVFS()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/sqlite/
H A Dogrsqlitevfs.cpp411 return pUnderlyingVFS->xRandomness(pUnderlyingVFS, nByte, zOut); in OGRSQLiteVFSRandomness()
508 pMyVFS->xRandomness = OGRSQLiteVFSRandomness; in OGRSQLiteCreateVFS()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Ddbfuzz.c410 inmemVfs.xRandomness = pDefault->xRandomness; in inmemVfsRegister()
/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Ddbfuzz.c410 inmemVfs.xRandomness = pDefault->xRandomness; in inmemVfsRegister()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Ddbfuzz.c410 inmemVfs.xRandomness = pDefault->xRandomness; in inmemVfsRegister()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.c179 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
H A Dtest_vfstrace.c643 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
749 pNew->xRandomness = vfstraceRandomness; in vfstrace_register()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dmemvfs.c392 return ORIGVFS(pVfs)->xRandomness(ORIGVFS(pVfs), nByte, zBufOut); in memRandomness()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.c274 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
H A Dtest_vfstrace.c762 return pRoot->xRandomness(pRoot, nByte, zBufOut); in vfstraceRandomness()
868 pNew->xRandomness = vfstraceRandomness; in vfstrace_register()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.c256 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.c267 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.c267 return pVfs->xRandomness(pVfs, nByte, zBufOut); in sqlite3OsRandomness()

12345678910>>...20