rpm
5.4.10
|
#include "system.h"
#include "rpm-rb.h"
#include "rpmfi-rb.h"
#include <rpmtag.h>
#include <rpmtypes.h>
#include <rpmio.h>
#include <rpmfi.h>
#include <rpmts.h>
#include "../debug.h"
Go to the source code of this file.
Macros | |
#define | _RPMFI_INTERNAL |
Functions | |
static void * | rpmfi_ptr (VALUE s) |
static void | initMethods (VALUE klass) |
static VALUE | rpmfi_debug_get (VALUE s) |
static VALUE | rpmfi_debug_set (VALUE s, VALUE v) |
static VALUE | rpmfi_FC_get (VALUE s) |
static VALUE | rpmfi_FX_get (VALUE s) |
static VALUE | rpmfi_FX_set (VALUE s, VALUE v) |
static VALUE | rpmfi_DC_get (VALUE s) |
static VALUE | rpmfi_DX_get (VALUE s) |
static VALUE | rpmfi_DX_set (VALUE s, VALUE v) |
static VALUE | rpmfi_BN_get (VALUE s) |
static VALUE | rpmfi_DN_get (VALUE s) |
static VALUE | rpmfi_FN_get (VALUE s) |
static VALUE | rpmfi_VFlags_get (VALUE s) |
static VALUE | rpmfi_FFlags_get (VALUE s) |
static VALUE | rpmfi_FMode_get (VALUE s) |
static VALUE | rpmfi_FState_get (VALUE s) |
static VALUE | rpmfi_FDigest_get (VALUE self) |
static VALUE | rpmfi_FLink_get (VALUE s) |
static VALUE | rpmfi_FSize_get (VALUE s) |
static VALUE | rpmfi_FRdev_get (VALUE s) |
static VALUE | rpmfi_FMtime_get (VALUE s) |
static VALUE | rpmfi_FUser_get (VALUE s) |
static VALUE | rpmfi_FGroup_get (VALUE s) |
static VALUE | rpmfi_FColor_get (VALUE s) |
static VALUE | rpmfi_FClass_get (VALUE s) |
static void | initProperties (VALUE klass) |
static void | rpmfi_free (rpmfi fi) |
static VALUE | rpmfi_new (int argc, VALUE *argv, VALUE s) |
void | Init_rpmfi (void) |
VALUE | rpmrb_NewFi (void *_fi) |
Variables | |
VALUE | rpmfiClass |
static int | _debug = 0 |
Definition in file rpmfi-rb.c.
#define _RPMFI_INTERNAL |
Definition at line 15 of file rpmfi-rb.c.
void Init_rpmfi | ( | void | ) |
Definition at line 370 of file rpmfi-rb.c.
References _debug, initMethods(), initProperties(), rpmfi_new(), and rpmfiClass.
|
static |
Definition at line 45 of file rpmfi-rb.c.
Referenced by Init_rpmfi().
|
static |
Definition at line 304 of file rpmfi-rb.c.
References rpmfi_BN_get(), rpmfi_DC_get(), rpmfi_debug_get(), rpmfi_debug_set(), rpmfi_DN_get(), rpmfi_DX_get(), rpmfi_DX_set(), rpmfi_FC_get(), rpmfi_FClass_get(), rpmfi_FColor_get(), rpmfi_FDigest_get(), rpmfi_FFlags_get(), rpmfi_FGroup_get(), rpmfi_FLink_get(), rpmfi_FMode_get(), rpmfi_FMtime_get(), rpmfi_FN_get(), rpmfi_FRdev_get(), rpmfi_FSize_get(), rpmfi_FState_get(), rpmfi_FUser_get(), rpmfi_FX_get(), rpmfi_FX_set(), and rpmfi_VFlags_get().
Referenced by Init_rpmfi().
|
static |
Definition at line 134 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiBN().
Referenced by initProperties().
|
static |
Definition at line 100 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiDC().
Referenced by initProperties().
|
static |
|
static |
|
static |
Definition at line 143 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiDN().
Referenced by initProperties().
|
static |
Definition at line 109 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiDX().
Referenced by initProperties().
|
static |
Definition at line 118 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), rpmfiDX(), rpmfiNextD(), and rpmfiSetDX().
Referenced by initProperties().
|
static |
Definition at line 67 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFC().
Referenced by initProperties().
|
static |
Definition at line 285 of file rpmfi-rb.c.
References _debug, _free(), rpmfi_ptr(), rpmfiFClass(), and xstrdup().
Referenced by initProperties().
|
static |
Definition at line 276 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFColor().
Referenced by initProperties().
|
static |
Definition at line 197 of file rpmfi-rb.c.
References _debug, alloca(), rpmfi_ptr(), and rpmfiDigest().
Referenced by initProperties().
|
static |
Definition at line 170 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFFlags().
Referenced by initProperties().
|
static |
Definition at line 267 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFGroup().
Referenced by initProperties().
|
static |
Definition at line 222 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFLink().
Referenced by initProperties().
|
static |
Definition at line 179 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFMode().
Referenced by initProperties().
|
static |
Definition at line 249 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFMtime().
Referenced by initProperties().
|
static |
Definition at line 152 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFN().
Referenced by initProperties().
|
static |
Definition at line 240 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFRdev().
Referenced by initProperties().
|
static |
Definition at line 335 of file rpmfi-rb.c.
References _debug, and rpmfiFree().
Referenced by rpmfi_new(), and rpmrb_NewFi().
|
static |
Definition at line 231 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFSize().
Referenced by initProperties().
|
static |
Definition at line 188 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFState().
Referenced by initProperties().
|
static |
Definition at line 258 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFUser().
Referenced by initProperties().
|
static |
Definition at line 76 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiFX().
Referenced by initProperties().
|
static |
Definition at line 85 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), rpmfiFX(), rpmfiNext(), and rpmfiSetFX().
Referenced by initProperties().
|
static |
Definition at line 343 of file rpmfi-rb.c.
References _debug, rpmfi_free(), rpmfi_ptr(), rpmfiNew(), and RPMTAG_BASENAMES.
Referenced by Init_rpmfi().
|
static |
Definition at line 35 of file rpmfi-rb.c.
Referenced by rpmfi_BN_get(), rpmfi_DC_get(), rpmfi_DN_get(), rpmfi_DX_get(), rpmfi_DX_set(), rpmfi_FC_get(), rpmfi_FClass_get(), rpmfi_FColor_get(), rpmfi_FDigest_get(), rpmfi_FFlags_get(), rpmfi_FGroup_get(), rpmfi_FLink_get(), rpmfi_FMode_get(), rpmfi_FMtime_get(), rpmfi_FN_get(), rpmfi_FRdev_get(), rpmfi_FSize_get(), rpmfi_FState_get(), rpmfi_FUser_get(), rpmfi_FX_get(), rpmfi_FX_set(), rpmfi_new(), and rpmfi_VFlags_get().
|
static |
Definition at line 161 of file rpmfi-rb.c.
References _debug, rpmfi_ptr(), and rpmfiVFlags().
Referenced by initProperties().
VALUE rpmrb_NewFi | ( | void * | _fi | ) |
Definition at line 384 of file rpmfi-rb.c.
References rpmfi_free(), and rpmfiClass.
Referenced by rpmhdr_fi().
|
static |
Definition at line 30 of file rpmfi-rb.c.
Referenced by Init_rpmfi(), rpmfi_BN_get(), rpmfi_DC_get(), rpmfi_debug_get(), rpmfi_debug_set(), rpmfi_DN_get(), rpmfi_DX_get(), rpmfi_DX_set(), rpmfi_FC_get(), rpmfi_FClass_get(), rpmfi_FColor_get(), rpmfi_FDigest_get(), rpmfi_FFlags_get(), rpmfi_FGroup_get(), rpmfi_FLink_get(), rpmfi_FMode_get(), rpmfi_FMtime_get(), rpmfi_FN_get(), rpmfi_FRdev_get(), rpmfi_free(), rpmfi_FSize_get(), rpmfi_FState_get(), rpmfi_FUser_get(), rpmfi_FX_get(), rpmfi_FX_set(), rpmfi_new(), and rpmfi_VFlags_get().
VALUE rpmfiClass |
Definition at line 26 of file rpmfi-rb.c.
Referenced by Init_rpmfi(), and rpmrb_NewFi().