Searched refs:coders (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c127 } *coders; member in struct:_7z_folder
672 switch(folder->coders[fidx].codec) {
1822 if (f->coders) {
1824 free(f->coders[i].properties);
1826 free(f->coders);
1850 /* Too many coders. */
1853 f->coders = calloc((size_t)f->numCoders, sizeof(*f->coders));
1854 if (f->coders == NULL)
1882 f->coders[
[all...]
H A Darchive_write_set_format_7zip.c881 make_substreamsInfo(struct archive_write *a, struct coder *coders) argument
894 if (zip->total_number_nonempty_entry > 1 && coders->codec != _7Z_COPY) {
956 uint64_t unpack_size, int num_coder, struct coder *coders, int substrm,
965 if (coders->codec == _7Z_COPY)
1043 unsigned codec_id = coders[i].codec;
1053 if (coders[i].prop_size)
1067 if (coders[i].prop_size) {
1069 r = enc_uint64(a, coders[i].prop_size);
1074 r = (int)compress_out(a, coders[i].props,
1075 coders[
955 make_streamsInfo(struct archive_write *a, uint64_t offset, uint64_t pack_size, uint64_t unpack_size, int num_coder, struct coder *coders, int substrm, uint32_t header_crc) argument
1252 make_header(struct archive_write *a, uint64_t offset, uint64_t pack_size, uint64_t unpack_size, int codernum, struct coder *coders) argument
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h117 /// Maximum number of literal coders
135 const uint32_t coders = 1U << (lc + lp); local
137 for (uint32_t i = 0; i < coders; ++i)

Completed in 135 milliseconds