|
createrepo_c library 0.17.6
C library for metadata manipulation
|
Data Fields | |
| cr_XmlFile * | pri_f |
| cr_XmlFile * | fil_f |
| cr_XmlFile * | oth_f |
| cr_SqliteDb * | pri_db |
| cr_SqliteDb * | fil_db |
| cr_SqliteDb * | oth_db |
| cr_XmlFile * | pri_zck |
| cr_XmlFile * | fil_zck |
| cr_XmlFile * | oth_zck |
| char * | prev_srpm |
| char * | cur_srpm |
| int | changelog_limit |
| const char * | location_base |
| int | repodir_name_len |
| const char * | checksum_type_str |
| cr_ChecksumType | checksum_type |
| const char * | checksum_cachedir |
| gboolean | skip_symlinks |
| long | task_count |
| long | package_count |
| gboolean | skip_stat |
| cr_Metadata * | old_metadata |
| GMutex | mutex_old_md |
| GMutex | mutex_pri |
| GMutex | mutex_fil |
| GMutex | mutex_oth |
| GCond | cond_pri |
| GCond | cond_fil |
| GCond | cond_oth |
| volatile long | id_pri |
| volatile long | id_fil |
| volatile long | id_oth |
| GQueue * | buffer |
| GMutex | mutex_buffer |
| gboolean | deltas |
| gint64 | max_delta_rpm_size |
| GMutex | mutex_deltatargetpackages |
| GSList * | deltatargetpackages |
| gint | cut_dirs |
| gchar * | location_prefix |
| gboolean | had_errors |
| FILE * | output_pkg_list |
| GMutex | mutex_output_pkg_list |
Definition at line 49 of file dumper_thread.h.
| GQueue* buffer |
Definition at line 89 of file dumper_thread.h.
| int changelog_limit |
Definition at line 61 of file dumper_thread.h.
| const char* checksum_cachedir |
Definition at line 67 of file dumper_thread.h.
| cr_ChecksumType checksum_type |
Definition at line 66 of file dumper_thread.h.
| const char* checksum_type_str |
Definition at line 65 of file dumper_thread.h.
| GCond cond_fil |
Definition at line 82 of file dumper_thread.h.
| GCond cond_oth |
Definition at line 83 of file dumper_thread.h.
| GCond cond_pri |
Definition at line 81 of file dumper_thread.h.
| char* cur_srpm |
Definition at line 60 of file dumper_thread.h.
| gint cut_dirs |
Definition at line 100 of file dumper_thread.h.
| gboolean deltas |
Definition at line 93 of file dumper_thread.h.
| GSList* deltatargetpackages |
Definition at line 97 of file dumper_thread.h.
| cr_SqliteDb* fil_db |
Definition at line 54 of file dumper_thread.h.
| cr_XmlFile* fil_f |
Definition at line 51 of file dumper_thread.h.
| cr_XmlFile* fil_zck |
Definition at line 57 of file dumper_thread.h.
| gboolean had_errors |
Definition at line 104 of file dumper_thread.h.
| volatile long id_fil |
Definition at line 85 of file dumper_thread.h.
| volatile long id_oth |
Definition at line 86 of file dumper_thread.h.
| volatile long id_pri |
Definition at line 84 of file dumper_thread.h.
| const char* location_base |
Definition at line 62 of file dumper_thread.h.
| gchar* location_prefix |
Definition at line 102 of file dumper_thread.h.
| gint64 max_delta_rpm_size |
Definition at line 94 of file dumper_thread.h.
| GMutex mutex_buffer |
Definition at line 90 of file dumper_thread.h.
| GMutex mutex_deltatargetpackages |
Definition at line 96 of file dumper_thread.h.
| GMutex mutex_fil |
Definition at line 79 of file dumper_thread.h.
| GMutex mutex_old_md |
Definition at line 75 of file dumper_thread.h.
| GMutex mutex_oth |
Definition at line 80 of file dumper_thread.h.
| GMutex mutex_output_pkg_list |
Definition at line 107 of file dumper_thread.h.
| GMutex mutex_pri |
Definition at line 78 of file dumper_thread.h.
| cr_Metadata* old_metadata |
Definition at line 74 of file dumper_thread.h.
| cr_SqliteDb* oth_db |
Definition at line 55 of file dumper_thread.h.
| cr_XmlFile* oth_f |
Definition at line 52 of file dumper_thread.h.
| cr_XmlFile* oth_zck |
Definition at line 58 of file dumper_thread.h.
| FILE* output_pkg_list |
Definition at line 106 of file dumper_thread.h.
| long package_count |
Definition at line 70 of file dumper_thread.h.
| char* prev_srpm |
Definition at line 59 of file dumper_thread.h.
| cr_SqliteDb* pri_db |
Definition at line 53 of file dumper_thread.h.
| cr_XmlFile* pri_f |
Definition at line 50 of file dumper_thread.h.
| cr_XmlFile* pri_zck |
Definition at line 56 of file dumper_thread.h.
| int repodir_name_len |
Definition at line 63 of file dumper_thread.h.
| gboolean skip_stat |
Definition at line 73 of file dumper_thread.h.
| gboolean skip_symlinks |
Definition at line 68 of file dumper_thread.h.
| long task_count |
Definition at line 69 of file dumper_thread.h.