libzypp
13.10.6
|
Public Member Functions | |
ml_parsedata () | |
~ml_parsedata () | |
Public Attributes | |
XML_Parser | parser |
int | depth |
enum state | state |
int | statedepth |
char * | content |
int | lcontent |
int | acontent |
int | docontent |
struct stateswitch * | swtab [NUMSTATES] |
enum state | sbtab [NUMSTATES] |
int | called |
int | gotfile |
off_t | size |
vector< struct ml_url > | urls |
int | nurls |
size_t | blksize |
vector< unsigned char > | piece |
int | npiece |
int | piecel |
vector< unsigned char > | sha1 |
int | nsha1 |
vector< unsigned char > | zsync |
int | nzsync |
vector< unsigned char > | chksum |
int | chksuml |
Definition at line 93 of file MetaLinkParser.cc.
|
inline |
Definition at line 94 of file MetaLinkParser.cc.
|
inline |
Definition at line 129 of file MetaLinkParser.cc.
XML_Parser zypp::media::ml_parsedata::parser |
Definition at line 135 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::depth |
Definition at line 136 of file MetaLinkParser.cc.
enum state zypp::media::ml_parsedata::state |
Definition at line 137 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::statedepth |
Definition at line 138 of file MetaLinkParser.cc.
char* zypp::media::ml_parsedata::content |
Definition at line 139 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::lcontent |
Definition at line 140 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::acontent |
Definition at line 141 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::docontent |
Definition at line 142 of file MetaLinkParser.cc.
struct stateswitch* zypp::media::ml_parsedata::swtab[NUMSTATES] |
Definition at line 143 of file MetaLinkParser.cc.
Definition at line 144 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::called |
Definition at line 146 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::gotfile |
Definition at line 147 of file MetaLinkParser.cc.
off_t zypp::media::ml_parsedata::size |
Definition at line 148 of file MetaLinkParser.cc.
vector<struct ml_url> zypp::media::ml_parsedata::urls |
Definition at line 149 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::nurls |
Definition at line 150 of file MetaLinkParser.cc.
size_t zypp::media::ml_parsedata::blksize |
Definition at line 151 of file MetaLinkParser.cc.
vector<unsigned char> zypp::media::ml_parsedata::piece |
Definition at line 153 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::npiece |
Definition at line 154 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::piecel |
Definition at line 155 of file MetaLinkParser.cc.
vector<unsigned char> zypp::media::ml_parsedata::sha1 |
Definition at line 157 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::nsha1 |
Definition at line 158 of file MetaLinkParser.cc.
vector<unsigned char> zypp::media::ml_parsedata::zsync |
Definition at line 159 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::nzsync |
Definition at line 160 of file MetaLinkParser.cc.
vector<unsigned char> zypp::media::ml_parsedata::chksum |
Definition at line 162 of file MetaLinkParser.cc.
int zypp::media::ml_parsedata::chksuml |
Definition at line 163 of file MetaLinkParser.cc.