|
Monero
|
#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <string.h>#include <ctype.h>#include <unistd.h>#include "lmdb.h"
Classes | |
| struct | flagbit |
Macros | |
| #define | PRINT 1 |
| #define | NOHDR 2 |
| #define | Yu MDB_PRIy(u) |
| #define | STRLENOF(s) |
| #define | S(s) |
Typedefs | |
| typedef struct flagbit | flagbit |
Functions | |
| static void | readhdr (void) |
| static void | badend (void) |
| static int | unhex (unsigned char *c2) |
| static int | readline (MDB_val *out, MDB_val *buf) |
| static void | usage (void) |
| static int | greater (const MDB_val *a, const MDB_val *b) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | mode |
| static char * | subname = NULL |
| static mdb_size_t | lineno |
| static int | version |
| static int | flags |
| static char * | prog |
| static int | Eof |
| static MDB_envinfo | info |
| static MDB_val | kbuf |
| static MDB_val | dbuf |
| static MDB_val | k0buf |
| flagbit | dbflags [] |
| #define NOHDR 2 |
| #define PRINT 1 |
| #define S | ( | s | ) |
| #define Yu MDB_PRIy(u) |
| typedef struct flagbit flagbit |
|
static |
| int main | ( | int | argc, |
| char * | argv[] ) |
|
static |
|
static |
|
static |
| flagbit dbflags[] |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |