rpm  5.4.15
Variables
poptDB.c File Reference

Popt tables for database modes. More...

#include "system.h"
#include <rpmiotypes.h>
#include <rpmtypes.h>
#include <rpmtag.h>
#include <rpmdb.h>
#include <rpmlio.h>
#include <rpmmdb.h>
#include <rpmrepo.h>
#include <rpmtxn.h>
#include <rpmcli.h>
#include "debug.h"
Include dependency graph for poptDB.c:

Go to the source code of this file.

Variables

int _dbi_debug
 
int _scp_debug
 
int _sqldb_debug
 
struct rpmQVKArguments_s rpmDBArgs
 
struct poptOption rpmDatabasePoptTable []
 

Detailed Description

Popt tables for database modes.

Definition in file poptDB.c.

Variable Documentation

int _dbi_debug

Definition at line 22 of file dbconfig.c.

int _scp_debug

Definition at line 293 of file sqlite.c.

int _sqldb_debug

Definition at line 68 of file sqlite.c.

struct poptOption rpmDatabasePoptTable[]
Initial value:
= {
{ "rebuilddb", '\0', POPT_ARG_VAL, &rpmDBArgs.rebuild, 1,
N_("rebuild database inverted lists from installed package headers"),
NULL},
{ "rpmdbdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmdb_debug, -1,
N_("Debug rpmdb DataBase"), NULL},
{ "rpmdbidebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_dbi_debug, -1,
N_("Debug dbiIndex DataBase Index"), NULL},
{ "rpmliodebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmlio_debug, -1,
N_("Debug rpmlio database Log I/O"), NULL},
{ "rpmmdbdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmmdb_debug, -1,
N_("Debug rpmmdb Mongo DB"), NULL},
{ "rpmrepodebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmrepo_debug, -1,
N_("Debug rpmrepo repository wrappers "), NULL},
{ "rpmtxndebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmtxn_debug, -1,
N_("Debug rpmtxn database Transaction"), NULL},
POPT_TABLEEND
}
int _rpmmdb_debug
Definition: rpmmdb.c:18
#define N_(Text)
Definition: system.h:531
struct rpmQVKArguments_s rpmDBArgs
Definition: poptDB.c:32
int _rpmrepo_debug
Definition: rpmrepo.c:66
int _rpmtxn_debug
Definition: rpmtxn.c:20
int _dbi_debug
Definition: dbconfig.c:22
int _rpmlio_debug
Definition: rpmlio.c:19
int _rpmdb_debug
Definition: rpmdb.c:61

Definition at line 36 of file poptDB.c.

struct rpmQVKArguments_s rpmDBArgs

Definition at line 32 of file poptDB.c.

Referenced by main().