createrepo_c library 1.1.0
C library for metadata manipulation
Loading...
Searching...
No Matches

Data Fields

cr_XmlFilepri_f
 
cr_XmlFilefil_f
 
cr_XmlFilefex_f
 
cr_XmlFileoth_f
 
cr_SqliteDbpri_db
 
cr_SqliteDbfil_db
 
cr_SqliteDbfex_db
 
cr_SqliteDboth_db
 
cr_XmlFilepri_zck
 
cr_XmlFilefil_zck
 
cr_XmlFilefex_zck
 
cr_XmlFileoth_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
 
gboolean filelists_ext
 
long task_count
 
long package_count
 
long skipped_count
 
GMutex mutex_nevra_table
 
GHashTable * nevra_table
 
gboolean skip_stat
 
cr_Metadataold_metadata
 
GMutex mutex_old_md
 
GMutex mutex_pri
 
GMutex mutex_fil
 
GMutex mutex_fex
 
GMutex mutex_oth
 
GCond cond_pri
 
GCond cond_fil
 
GCond cond_fex
 
GCond cond_oth
 
volatile long id_pri
 
volatile long id_fil
 
volatile long id_fex
 
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
 
GArray * delayed_write
 

Detailed Description

Definition at line 54 of file dumper_thread.h.

Field Documentation

◆ buffer

GQueue* buffer

Definition at line 106 of file dumper_thread.h.

◆ changelog_limit

int changelog_limit

Definition at line 69 of file dumper_thread.h.

◆ checksum_cachedir

const char* checksum_cachedir

Definition at line 75 of file dumper_thread.h.

◆ checksum_type

cr_ChecksumType checksum_type

Definition at line 74 of file dumper_thread.h.

◆ checksum_type_str

const char* checksum_type_str

Definition at line 73 of file dumper_thread.h.

◆ cond_fex

GCond cond_fex

Definition at line 98 of file dumper_thread.h.

◆ cond_fil

GCond cond_fil

Definition at line 97 of file dumper_thread.h.

◆ cond_oth

GCond cond_oth

Definition at line 99 of file dumper_thread.h.

◆ cond_pri

GCond cond_pri

Definition at line 96 of file dumper_thread.h.

◆ cur_srpm

char* cur_srpm

Definition at line 68 of file dumper_thread.h.

◆ cut_dirs

gint cut_dirs

Definition at line 117 of file dumper_thread.h.

◆ delayed_write

GArray* delayed_write

Definition at line 125 of file dumper_thread.h.

◆ deltas

gboolean deltas

Definition at line 110 of file dumper_thread.h.

◆ deltatargetpackages

GSList* deltatargetpackages

Definition at line 114 of file dumper_thread.h.

◆ fex_db

cr_SqliteDb* fex_db

Definition at line 61 of file dumper_thread.h.

◆ fex_f

cr_XmlFile* fex_f

Definition at line 57 of file dumper_thread.h.

◆ fex_zck

cr_XmlFile* fex_zck

Definition at line 65 of file dumper_thread.h.

◆ fil_db

cr_SqliteDb* fil_db

Definition at line 60 of file dumper_thread.h.

◆ fil_f

cr_XmlFile* fil_f

Definition at line 56 of file dumper_thread.h.

◆ fil_zck

cr_XmlFile* fil_zck

Definition at line 64 of file dumper_thread.h.

◆ filelists_ext

gboolean filelists_ext

Definition at line 77 of file dumper_thread.h.

◆ had_errors

gboolean had_errors

Definition at line 121 of file dumper_thread.h.

◆ id_fex

volatile long id_fex

Definition at line 102 of file dumper_thread.h.

◆ id_fil

volatile long id_fil

Definition at line 101 of file dumper_thread.h.

◆ id_oth

volatile long id_oth

Definition at line 103 of file dumper_thread.h.

◆ id_pri

volatile long id_pri

Definition at line 100 of file dumper_thread.h.

◆ location_base

const char* location_base

Definition at line 70 of file dumper_thread.h.

◆ location_prefix

gchar* location_prefix

Definition at line 119 of file dumper_thread.h.

◆ max_delta_rpm_size

gint64 max_delta_rpm_size

Definition at line 111 of file dumper_thread.h.

◆ mutex_buffer

GMutex mutex_buffer

Definition at line 107 of file dumper_thread.h.

◆ mutex_deltatargetpackages

GMutex mutex_deltatargetpackages

Definition at line 113 of file dumper_thread.h.

◆ mutex_fex

GMutex mutex_fex

Definition at line 94 of file dumper_thread.h.

◆ mutex_fil

GMutex mutex_fil

Definition at line 93 of file dumper_thread.h.

◆ mutex_nevra_table

GMutex mutex_nevra_table

Definition at line 83 of file dumper_thread.h.

◆ mutex_old_md

GMutex mutex_old_md

Definition at line 89 of file dumper_thread.h.

◆ mutex_oth

GMutex mutex_oth

Definition at line 95 of file dumper_thread.h.

◆ mutex_output_pkg_list

GMutex mutex_output_pkg_list

Definition at line 124 of file dumper_thread.h.

◆ mutex_pri

GMutex mutex_pri

Definition at line 92 of file dumper_thread.h.

◆ nevra_table

GHashTable* nevra_table

Definition at line 84 of file dumper_thread.h.

◆ old_metadata

cr_Metadata* old_metadata

Definition at line 88 of file dumper_thread.h.

◆ oth_db

cr_SqliteDb* oth_db

Definition at line 62 of file dumper_thread.h.

◆ oth_f

cr_XmlFile* oth_f

Definition at line 58 of file dumper_thread.h.

◆ oth_zck

cr_XmlFile* oth_zck

Definition at line 66 of file dumper_thread.h.

◆ output_pkg_list

FILE* output_pkg_list

Definition at line 123 of file dumper_thread.h.

◆ package_count

long package_count

Definition at line 79 of file dumper_thread.h.

◆ prev_srpm

char* prev_srpm

Definition at line 67 of file dumper_thread.h.

◆ pri_db

cr_SqliteDb* pri_db

Definition at line 59 of file dumper_thread.h.

◆ pri_f

cr_XmlFile* pri_f

Definition at line 55 of file dumper_thread.h.

◆ pri_zck

cr_XmlFile* pri_zck

Definition at line 63 of file dumper_thread.h.

◆ repodir_name_len

int repodir_name_len

Definition at line 71 of file dumper_thread.h.

◆ skip_stat

gboolean skip_stat

Definition at line 87 of file dumper_thread.h.

◆ skip_symlinks

gboolean skip_symlinks

Definition at line 76 of file dumper_thread.h.

◆ skipped_count

long skipped_count

Definition at line 80 of file dumper_thread.h.

◆ task_count

long task_count

Definition at line 78 of file dumper_thread.h.


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