OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LZMA_LZMA1EXT_ALLOW_EOPM
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/public-domain/xz/dist/src/liblzma/api/lzma/
lzma12.h
413
* Currently only one flag is supported,
LZMA_LZMA1EXT_ALLOW_EOPM
:
445
# define
LZMA_LZMA1EXT_ALLOW_EOPM
UINT32_C(0x01)
/src/external/public-domain/xz/dist/src/liblzma/common/
alone_decoder.c
127
coder->options.ext_flags =
LZMA_LZMA1EXT_ALLOW_EOPM
;
/src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c
686
if (options->ext_flags & ~
LZMA_LZMA1EXT_ALLOW_EOPM
)
690
&
LZMA_LZMA1EXT_ALLOW_EOPM
) != 0;
lzma_decoder.c
1158
if (opt->ext_flags & ~
LZMA_LZMA1EXT_ALLOW_EOPM
)
1171
allow_eopm = (opt->ext_flags &
LZMA_LZMA1EXT_ALLOW_EOPM
) != 0
Completed in 21 milliseconds
Indexes created Sat Jun 27 00:24:51 UTC 2026