rpm
5.4.10
|
Data Fields | |
struct rpmioItem_s | _item |
const char * | fn |
const char * | flink |
struct stat | sb |
rpmfileAttrs | fflags |
rpmfileState | fstate |
rpmVerifyAttrs | vflags |
int | dalgo |
size_t | dlen |
const unsigned char * | digest |
const char * | fuser |
const char * | fgroup |
struct rpmioItem_s rpmvf_s::_item |
usage mutex and pool identifier.
Definition at line 41 of file verify.c.
Referenced by rpmvfFree(), and rpmvfNew().
int rpmvf_s::dalgo |
Definition at line 48 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
const unsigned char* rpmvf_s::digest |
Definition at line 50 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
size_t rpmvf_s::dlen |
Definition at line 49 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
rpmfileAttrs rpmvf_s::fflags |
Definition at line 45 of file verify.c.
Referenced by rpmvfNew(), rpmvfVerify(), and showVerifyPackage().
const char* rpmvf_s::fgroup |
Definition at line 52 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
const char* rpmvf_s::flink |
Definition at line 43 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
const char* rpmvf_s::fn |
Definition at line 42 of file verify.c.
Referenced by rpmvfFree(), rpmvfNew(), and rpmvfVerify().
rpmfileState rpmvf_s::fstate |
Definition at line 46 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
const char* rpmvf_s::fuser |
Definition at line 51 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
struct stat rpmvf_s::sb |
Definition at line 44 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().
rpmVerifyAttrs rpmvf_s::vflags |
Definition at line 47 of file verify.c.
Referenced by rpmvfNew(), and rpmvfVerify().