Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
wallet_bdb_parser.cpp File Reference
#include <test/fuzz/FuzzedDataProvider.h>
#include <test/fuzz/fuzz.h>
#include <test/fuzz/util.h>
#include <test/util/setup_common.h>
#include <util/fs.h>
#include <util/time.h>
#include <util/translation.h>
#include <wallet/db.h>
#include <wallet/dump.h>
#include <wallet/migrate.h>
#include <fstream>
#include <iostream>
Include dependency graph for wallet_bdb_parser.cpp:

Go to the source code of this file.

Classes

struct  DatabaseOptions

Enumerations

enum class  DatabaseStatus

Functions

void initialize_wallet_bdb_parser ()
 FUZZ_TARGET (wallet_bdb_parser,.init=initialize_wallet_bdb_parser)

Enumeration Type Documentation

◆ DatabaseStatus

enum class wallet::DatabaseStatus
strong

Definition at line 186 of file db.h.

Function Documentation

◆ FUZZ_TARGET()

FUZZ_TARGET ( wallet_bdb_parser ,
. init = initialize_wallet_bdb_parser )

Definition at line 32 of file wallet_bdb_parser.cpp.

Here is the call graph for this function:

◆ initialize_wallet_bdb_parser()

void initialize_wallet_bdb_parser ( )

Definition at line 26 of file wallet_bdb_parser.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: