Lines Matching refs:use
5 and tools you need to develop applications that use LZMA compression.
45 To compile with static libraries, you can use
206 periodical data you can use lp=2. Often it's better to set lc0,
314 If you want to use old interfaces you can download previous version of LZMA SDK
317 To use ANSI-C LZMA Decoder you need the following files:
341 You must use external allocator:
347 You can use p = p; operator to disable compiler warnings.
352 When to use: RAM->RAM decompressing
374 You can use LZMA_FINISH_END, when you know that
396 You can use multiple checks to test data integrity after full decompression:
400 You must use correct finish mode in that case. */
406 When to use: file->file decompressing
454 Lzma Encoder can use two memory allocators:
458 For example, you can use Large RAM Pages (2 MB) in allocBig allocator for
461 It's OK to use same allocator for alloc and allocBig.
469 When to use: file->file decompressing
563 _LZMA_NO_SYSTEM_SIZE_T - Define it if you don't want to use size_t type.
571 C++ LZMA code use COM-like interfaces. So if you want to use it,
578 If you use some C++ code folders in 7-Zip (for example, C++ code for .7z handling),
589 If you use MSCV that throws exception for "new" operator, you can compile without