Lines Matching refs:C
33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing
39 To compile C++ version of file->file LZMA encoding, go to directory
53 7zC.txt - 7z ANSI-C Decoder description
63 C/ - C files
81 7z - 7z ANSI-C Decoder
85 Common - common files for C++ projects
97 7z - 7z C++ Encoder/Decoder
114 CS/ - C# files
131 C/C++ source code of LZMA SDK is part of 7-Zip project.
275 You can find C source code of such filters in C/Bra*.* files
310 ANSI-C LZMA Decoder
313 Please note that interfaces for ANSI-C code were changed in LZMA SDK 4.58.
317 To use ANSI-C LZMA Decoder you need the following files:
337 LZMA Decoder (ANSI-C version) now supports 2 interfaces:
442 For full code example, look at C/LzmaUtil/LzmaUtil.c code.
467 Check C/LzmaUtil/LzmaUtil.c as example,
566 _7ZIP_PPMD_SUPPPORT - Define it if you don't want to support PPMD method in AMSI-C .7z decoder.
569 C++ LZMA Encoder/Decoder
571 C++ LZMA code use COM-like interfaces. So if you want to use it,
573 C++ LZMA code is just wrapper over ANSI-C code.
576 C++ Notes
578 If you use some C++ code folders in 7-Zip (for example, C++ code for .7z handling),