interop/src/leveldb_readoptions_t library
Classes
- leveldb_readoptions_t
-
typedef struct leveldb_readoptions_t leveldb_readoptions_t;
Typedefs
-
Leveldb_readoptions_create
= Pointer<
leveldb_readoptions_t> Function() -
LEVELDB_EXPORT leveldb_readoptions_t* leveldb_readoptions_create(void);
-
leveldb_readoptions_create
= Pointer<
leveldb_readoptions_t> Function() -
Leveldb_readoptions_destroy
= void Function(Pointer<
leveldb_readoptions_t> ) -
LEVELDB_EXPORT void leveldb_readoptions_destroy(leveldb_readoptions_t*);
-
leveldb_readoptions_destroy
= Void Function(Pointer<
leveldb_readoptions_t> ) -
Leveldb_readoptions_set_fill_cache
= void Function(Pointer<
leveldb_readoptions_t> , int) -
LEVELDB_EXPORT void leveldb_readoptions_set_fill_cache(leveldb_readoptions_t*, uint8_t);
-
leveldb_readoptions_set_fill_cache
= Void Function(Pointer<
leveldb_readoptions_t> , Uint8) -
Leveldb_readoptions_set_snapshot
= void Function(Pointer<
leveldb_readoptions_t> , Pointer<leveldb_snapshot_t> ) -
LEVELDB_EXPORT void leveldb_readoptions_set_snapshot(leveldb_readoptions_t*, const leveldb_snapshot_t*);
-
leveldb_readoptions_set_snapshot
= Void Function(Pointer<
leveldb_readoptions_t> , Pointer<leveldb_snapshot_t> ) -
Leveldb_readoptions_set_verify_checksums
= void Function(Pointer<
leveldb_readoptions_t> , int) -
LEVELDB_EXPORT void leveldb_readoptions_set_verify_checksums( leveldb_readoptions_t*, uint8_t);
-
leveldb_readoptions_set_verify_checksums
= Void Function(Pointer<
leveldb_readoptions_t> , Uint8)