Searched refs:liblzma (Results 1 – 25 of 32) sorted by relevance
12
7 src/liblzma/Makefile.am | 2 +-8 src/liblzma/api/lzma/version.h | 2 +-68 liblzma: Fix a buffer overflow in lzma_index_append()82 src/liblzma/common/index.c | 21 +++++++++++++++++++++238 Aligned writes aren't used in liblzma, so this bug didn't matter in291 liblzma: Fix a copy-paste error in commented-out code294 Fixes: 96b663f67c0e ("liblzma: Refactor CRC comments.")296 src/liblzma/check/crc32_fast.c | 2 +-352 liblzma/MSVC: Add a cast to fix a warning (C4057) with __cpuid()360 src/liblzma/check/crc_x86_clmul.h | 2 +-[all …]
19 If liblzma has created threads and fork() gets called, liblzma21 doesn't touch liblzma.85 More tutorial programs are needed for liblzma.
8 Major parts of liblzma are based on code written by Igor Pavlov,12 The SHA-256 implementation in liblzma is based on code written by
9 1.3. Documentation for liblzma29 and scripts, the API of liblzma is somewhat similar to the API of the104 1.3. Documentation for liblzma106 The liblzma API headers include short docs about each function111 getting started with liblzma. In the source package the examples115 Since the liblzma API has similarities to the zlib API, some people
3 # Run "doxygen" in this directory to generate the liblzma API documentation7 # - Include the liblzma version number in the generated documentation.13 PROJECT_NAME = "liblzma (XZ Utils)"15 STRIP_FROM_PATH = ../src/liblzma/api16 INPUT = ../src/liblzma/api
5 LZMADIR= ${SRCTOP}/contrib/xz/src/liblzma159 CLEANFILES+= liblzma.pc161 PCFILES= liblzma.pc163 liblzma.pc: liblzma.pc.in
175 const char *liblzma = archive_liblzma_version(); in archive_version_details() local193 if (liblzma) { in archive_version_details()195 archive_strcat(&str, liblzma); in archive_version_details()
9 lib/liblzma \
16 LZMALIBDIR= ${SRCTOP}/lib/liblzma
10 LZMALIBDIR= ${SRCTOP}/lib/liblzma
6 LZMALIBDIR= ${SRCTOP}/lib/liblzma
11 lib/liblzma \
13 lib/liblzma \
9 Name: liblzma pkg
17 lib/liblzma \
18 lib/liblzma \
72 liblzma \123 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
30 lib/liblzma \
36 lib/liblzma \
23 provides the front-end xz(1) utility, and the liblzma library which allows