rpm
5.4.15
|
Go to the source code of this file.
Macros | |
#define | rpmcvsUnlink(_cvs) ((rpmcvs)rpmioUnlinkPoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
#define | rpmcvsLink(_cvs) ((rpmcvs)rpmioLinkPoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
#define | rpmcvsFree(_cvs) ((rpmcvs)rpmioFreePoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
Typedefs | |
typedef struct rpmcvs_s * | rpmcvs |
Functions | |
rpmcvs | rpmcvsUnlink (rpmcvs cvs) |
Unreference a cvs wrapper instance. More... | |
rpmcvs | rpmcvsLink (rpmcvs cvs) |
Reference a cvs wrapper instance. More... | |
rpmcvs | rpmcvsFree (rpmcvs cvs) |
Destroy a cvs wrapper. More... | |
rpmcvs | rpmcvsNew (const char *fn, int flags) |
Create and load a cvs wrapper. More... | |
Variables | |
int | _rpmcvs_debug |
#define rpmcvsFree | ( | _cvs | ) | ((rpmcvs)rpmioFreePoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
#define rpmcvsLink | ( | _cvs | ) | ((rpmcvs)rpmioLinkPoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
#define rpmcvsUnlink | ( | _cvs | ) | ((rpmcvs)rpmioUnlinkPoolItem((rpmioItem)(_cvs), __FUNCTION__, __FILE__, __LINE__)) |
Destroy a cvs wrapper.
cvs | cvs wrapper |
Reference a cvs wrapper instance.
cvs | cvs wrapper |
Referenced by rpmcvsNew().
rpmcvs rpmcvsNew | ( | const char * | fn, |
int | flags | ||
) |
Create and load a cvs wrapper.
fn | cvs file |
flags | cvs flags |
Definition at line 47 of file rpmcvs.c.
References rpmcvsGetPool(), rpmcvsLink(), and xstrdup().
Unreference a cvs wrapper instance.
cvs | cvs wrapper |
int _rpmcvs_debug |
Definition at line 17 of file rpmcvs.c.
Referenced by rpmcvsGetPool().