|
rpm 5.3.12
|

Go to the source code of this file.
Typedefs | |
| typedef struct rpmts_s * | rpmts |
| The RPM Transaction Set. | |
| typedef void * | alKey |
| An added/available package retrieval key. | |
| typedef struct Spec_s * | Spec |
| typedef struct rpmds_s * | rpmds |
| Dependency tag sets from a header, so that a header can be discarded early. | |
| typedef struct rpmPRCO_s * | rpmPRCO |
| Container for commonly extracted dependency set(s). | |
| typedef struct rpmte_s * | rpmte |
| An element of a transaction set, i.e. | |
| typedef struct rpmdb_s * | rpmdb |
| Database of headers and tag value indices. | |
| typedef struct rpmmi_s * | rpmmi |
| Database iterator. | |
| typedef struct rpmgi_s * | rpmgi |
| Generalized iterator. | |
| typedef struct rpmRelocation_s * | rpmRelocation |
| typedef enum rpmScriptID_e | rpmScriptID |
| Scriptlet identifiers. | |
| typedef enum rpmScriptState_e | rpmScriptState |
| Scriptlet states (when installed). | |
Enumerations | |
| enum | rpmScriptID_e { RPMSCRIPT_PRETRANS = 0, RPMSCRIPT_TRIGGERPREIN = 1, RPMSCRIPT_PREIN = 2, RPMSCRIPT_POSTIN = 3, RPMSCRIPT_TRIGGERIN = 4, RPMSCRIPT_TRIGGERUN = 5, RPMSCRIPT_PREUN = 6, RPMSCRIPT_POSTUN = 7, RPMSCRIPT_TRIGGERPOSTUN = 8, RPMSCRIPT_POSTTRANS = 9, RPMSCRIPT_VERIFY = 16, RPMSCRIPT_SANITYCHECK = 17, RPMSCRIPT_PREP = 24, RPMSCRIPT_BUILD = 25, RPMSCRIPT_INSTALL = 26, RPMSCRIPT_CHECK = 27, RPMSCRIPT_MAX = 32 } |
| Scriptlet identifiers. More... | |
| enum | rpmScriptState_e { RPMSCRIPT_STATE_UNKNOWN = 0, RPMSCRIPT_STATE_EXEC = (1 << 16), RPMSCRIPT_STATE_REAPED = (1 << 17), RPMSCRIPT_STATE_SELINUX = (1 << 24), RPMSCRIPT_STATE_EMBEDDED = (1 << 25) } |
| Scriptlet states (when installed). More... | |
Definition in file rpmtypes.h.
| typedef struct rpmRelocation_s* rpmRelocation |
Definition at line 57 of file rpmtypes.h.
| typedef enum rpmScriptID_e rpmScriptID |
Scriptlet identifiers.
| typedef enum rpmScriptState_e rpmScriptState |
Scriptlet states (when installed).
| enum rpmScriptID_e |
Scriptlet identifiers.
Definition at line 62 of file rpmtypes.h.
| enum rpmScriptState_e |
Scriptlet states (when installed).
Definition at line 88 of file rpmtypes.h.
1.7.4