rpm
5.4.15
|
#include "system.h"
#include <rpmiotypes.h>
#include <rpmio.h>
#include <rpmlog.h>
#include <rpmurl.h>
#include <rpmasn.h>
#include "debug.h"
Go to the source code of this file.
Macros | |
#define | _RPMASN_INTERNAL |
Functions | |
static void | rpmasnFini (void *_asn) |
static rpmasn | rpmasnGetPool (rpmioPool pool) |
rpmasn | rpmasnNew (const char *fn, int flags) |
Create and load a ASN.1 wrapper. More... | |
Variables | |
int | _rpmasn_debug = 0 |
rpmioPool | _rpmasnPool = NULL |
|
static |
Definition at line 42 of file rpmasn.c.
References _rpmasn_debug, _rpmasnPool, rpmasnFini(), rpmioGetPool(), and rpmioNewPool().
Referenced by rpmasnNew().
rpmasn rpmasnNew | ( | const char * | fn, |
int | flags | ||
) |
Create and load a ASN.1 wrapper.
fn | ASN.1 file |
flags | ASN.1 flags |
Definition at line 56 of file rpmasn.c.
References rpmasnGetPool(), rpmasnLink(), and xstrdup().
int _rpmasn_debug = 0 |
Definition at line 21 of file rpmasn.c.
Referenced by rpmasnGetPool().
rpmioPool _rpmasnPool = NULL |
Definition at line 40 of file rpmasn.c.
Referenced by rpmasnGetPool(), and rpmioClean().