OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LZMA_MEMLIMIT_ERROR
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/xz/dist/tests/
test_lzip_decoder.c
433
assert_lzma_ret(lzma_code(&strm, LZMA_FINISH),
LZMA_MEMLIMIT_ERROR
);
437
assert_lzma_ret(lzma_memlimit_set(&strm, 100),
LZMA_MEMLIMIT_ERROR
);
/src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h
138
LZMA_MEMLIMIT_ERROR
= 6,
149
* to continue decoding after
LZMA_MEMLIMIT_ERROR
even if
688
* This function is useful e.g. after
LZMA_MEMLIMIT_ERROR
to find out how big
738
* after
LZMA_MEMLIMIT_ERROR
even if the limit was increased using
743
* -
LZMA_MEMLIMIT_ERROR
: The new limit is too small.
Completed in 50 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026