|
rpm
5.4.10
|
#include "system.h"#include "rpm-rb.h"#include "rpmps-rb.h"#include <rpmtag.h>#include <rpmtypes.h>#include <rpmio.h>#include <rpmfi.h>#include <rpmps.h>#include "../debug.h"
Go to the source code of this file.
Macros | |
| #define | _RPMFI_INTERNAL |
Functions | |
| static void * | rpmps_ptr (VALUE s) |
| static VALUE | rpmps_push (VALUE s) |
| static VALUE | rpmps_print (VALUE s) |
| static void | initMethods (VALUE klass) |
| static VALUE | rpmps_debug_get (VALUE s) |
| static VALUE | rpmps_debug_set (VALUE s, VALUE v) |
| static VALUE | rpmps_length_get (VALUE s) |
| static void | initProperties (VALUE klass) |
| static void | rpmps_free (rpmps ps) |
| static VALUE | rpmps_alloc (VALUE klass) |
| void | Init_rpmps (void) |
Variables | |
| VALUE | rpmpsClass |
| static int | _debug = 0 |
Definition in file rpmps-rb.c.
| #define _RPMFI_INTERNAL |
Definition at line 17 of file rpmps-rb.c.
| void Init_rpmps | ( | void | ) |
Definition at line 178 of file rpmps-rb.c.
References _debug, initMethods(), initProperties(), rpmps_alloc(), and rpmpsClass.
|
static |
Definition at line 75 of file rpmps-rb.c.
References rpmps_print(), and rpmps_push().
Referenced by Init_rpmps().
|
static |
Definition at line 143 of file rpmps-rb.c.
References rpmps_debug_get(), rpmps_debug_set(), and rpmps_length_get().
Referenced by Init_rpmps().
|
static |
Definition at line 166 of file rpmps-rb.c.
References _debug, rpmps_free(), and rpmpsCreate().
Referenced by Init_rpmps().
|
static |
|
static |
|
static |
Definition at line 158 of file rpmps-rb.c.
References _debug, and rpmpsFree().
Referenced by rpmps_alloc().
|
static |
Definition at line 99 of file rpmps-rb.c.
References _debug, rpmps_ptr(), and rpmpsNumProblems().
Referenced by initProperties().
|
static |
Definition at line 63 of file rpmps-rb.c.
References _debug, rpmps_ptr(), rpmpsNumProblems(), and rpmpsPrint().
Referenced by initMethods().
|
static |
Definition at line 35 of file rpmps-rb.c.
Referenced by rpmps_length_get(), rpmps_print(), and rpmps_push().
|
static |
Definition at line 44 of file rpmps-rb.c.
References _debug, RPMPROB_PKG_INSTALLED, rpmps_ptr(), rpmpsAppend(), and rpmpsNumProblems().
Referenced by initMethods().
|
static |
Definition at line 30 of file rpmps-rb.c.
Referenced by Init_rpmps(), rpmps_alloc(), rpmps_debug_get(), rpmps_debug_set(), rpmps_free(), rpmps_length_get(), rpmps_print(), and rpmps_push().
| VALUE rpmpsClass |
Definition at line 27 of file rpmps-rb.c.
Referenced by Init_rpmps().
1.8.1.2