rpm
5.4.15
|
#include "system.h"
#include <rpmiotypes.h>
#include <rpmio.h>
#include <rpmlog.h>
#include <rpmurl.h>
#include <rpmmdb.h>
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | _RPMMDB_INTERNAL |
Functions | |
static void | rpmmdbFini (void *_mdb) |
static rpmmdb | rpmmdbGetPool (rpmioPool pool) |
rpmmdb | rpmmdbNew (const char *fn, int flags) |
Create and load a mongodb wrapper. More... | |
Variables | |
int | _rpmmdb_debug = 0 |
rpmmdb | _rpmmdbI |
rpmioPool | _rpmmdbPool = NULL |
|
static |
Definition at line 37 of file rpmmdb.c.
References _rpmmdb_debug, _rpmmdbPool, rpmioGetPool(), rpmioNewPool(), and rpmmdbFini().
Referenced by rpmmdbNew().
rpmmdb rpmmdbNew | ( | const char * | fn, |
int | flags | ||
) |
Create and load a mongodb wrapper.
fn | mongodb file |
flags | mongodb flags |
Definition at line 53 of file rpmmdb.c.
References rpmmdbGetPool(), rpmmdbLink(), and xstrdup().
int _rpmmdb_debug = 0 |
Definition at line 18 of file rpmmdb.c.
Referenced by rpmmdbGetPool().
rpmmdb _rpmmdbI |
Definition at line 21 of file rpmmdb.c.
Referenced by rpmcliFini().
rpmioPool _rpmmdbPool = NULL |
Definition at line 35 of file rpmmdb.c.
Referenced by rpmcliFini(), and rpmmdbGetPool().