satsolver  0.17.2
Public Attributes | List of all members
_Repodata Struct Reference

#include <repodata.h>

Public Attributes

struct _Reporepo
 
int state
 
void(* loadcallback )(struct _Repodata *)
 
int start
 
int end
 
FILE * fp
 
int error
 
Repokeykeys
 
unsigned int nkeys
 
unsigned char keybits [32]
 
Idschemata
 
unsigned int nschemata
 
Idschemadata
 
unsigned int schemadatalen
 
Idschematahash
 
Stringpool spool
 
int localpool
 
Dirpool dirpool
 
unsigned char * incoredata
 
unsigned int incoredatalen
 
unsigned int incoredatafree
 
Id mainschema
 
Idmainschemaoffsets
 
Idincoreoffset
 
Idverticaloffset
 
Id lastverticaloffset
 
Repopagestore store
 
unsigned char * vincore
 
unsigned int vincorelen
 
Id ** attrs
 
Id ** xattrs
 
int nxattrs
 
unsigned char * attrdata
 
unsigned int attrdatalen
 
Idattriddata
 
unsigned int attriddatalen
 
Id lasthandle
 
Id lastkey
 
Id lastdatalen
 

Detailed Description

Definition at line 43 of file repodata.h.

Member Data Documentation

struct _Repo* _Repodata::repo
int _Repodata::state
void(* _Repodata::loadcallback)(struct _Repodata *)

Definition at line 54 of file repodata.h.

Referenced by load_repodata(), repo_search_md(), repodata_create_stubs(), and repodata_empty().

int _Repodata::start
int _Repodata::end
FILE* _Repodata::fp

Definition at line 59 of file repodata.h.

Referenced by read_id(), read_idarray(), read_u32(), read_u8(), and repo_add_solv_flags().

int _Repodata::error
Repokey* _Repodata::keys
unsigned int _Repodata::nkeys
unsigned char _Repodata::keybits[32]

Definition at line 64 of file repodata.h.

Referenced by repo_add_solv_flags(), repodata_key2id(), and repodata_precheck_keyname().

Id* _Repodata::schemata
unsigned int _Repodata::nschemata
Id* _Repodata::schemadata
unsigned int _Repodata::schemadatalen
Id* _Repodata::schematahash

Definition at line 70 of file repodata.h.

Referenced by repodata_free_schemahash(), repodata_freedata(), and repodata_schema2id().

Stringpool _Repodata::spool
int _Repodata::localpool
Dirpool _Repodata::dirpool
unsigned char* _Repodata::incoredata
unsigned int _Repodata::incoredatalen
unsigned int _Repodata::incoredatafree
Id _Repodata::mainschema

Definition at line 81 of file repodata.h.

Referenced by forward_to_key(), repo_add_solv_flags(), and repodata_internalize().

Id* _Repodata::mainschemaoffsets
Id* _Repodata::incoreoffset
Id* _Repodata::verticaloffset
Id _Repodata::lastverticaloffset

Definition at line 87 of file repodata.h.

Referenced by get_vertical_data(), repo_add_solv_flags(), and repodata_serialize_key().

Repopagestore _Repodata::store
unsigned char* _Repodata::vincore

Definition at line 91 of file repodata.h.

Referenced by get_vertical_data(), repodata_freedata(), and repodata_internalize().

unsigned int _Repodata::vincorelen

Definition at line 92 of file repodata.h.

Referenced by get_vertical_data(), and repodata_internalize().

Id** _Repodata::attrs
Id** _Repodata::xattrs
int _Repodata::nxattrs
unsigned char* _Repodata::attrdata
unsigned int _Repodata::attrdatalen
Id* _Repodata::attriddata
unsigned int _Repodata::attriddatalen
Id _Repodata::lasthandle

Definition at line 104 of file repodata.h.

Referenced by repodata_add_array(), and repodata_internalize().

Id _Repodata::lastkey

Definition at line 105 of file repodata.h.

Referenced by repodata_add_array(), and repodata_internalize().

Id _Repodata::lastdatalen

Definition at line 106 of file repodata.h.

Referenced by repodata_add_array(), and repodata_internalize().


The documentation for this struct was generated from the following file: