|
Monero
|
#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include <signal.h>#include "lmdb.h"
Classes | |
| struct | flagbit |
Macros | |
| #define | Yu MDB_PRIy(u) |
| #define | PRINT 1 |
Typedefs | |
| typedef struct flagbit | flagbit |
Functions | |
| static void | dumpsig (int sig) |
| static void | hex (unsigned char c) |
| static void | text (MDB_val *v) |
| static void | byte (MDB_val *v) |
| static int | dumpit (MDB_txn *txn, MDB_dbi dbi, char *name) |
| static void | usage (char *prog) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | mode |
| flagbit | dbflags [] |
| static volatile sig_atomic_t | gotsig |
| static const char | hexc [] = "0123456789abcdef" |
| #define PRINT 1 |
| #define Yu MDB_PRIy(u) |
| typedef struct flagbit flagbit |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char * | argv[] ) |
|
static |
|
static |
| flagbit dbflags[] |
|
static |
|
static |
|
static |