OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ_DYNALLOC
(Results
1 - 2
of
2
) sorted by null
/external/lzma/xz-embedded/
xz.h
44
* @
XZ_DYNALLOC
: Multi-call mode. The LZMA2 dictionary is
59
XZ_DYNALLOC
67
* (XZ_PREALLOC or
XZ_DYNALLOC
).
79
* with
XZ_DYNALLOC
. The amount of memory that was
86
*
XZ_DYNALLOC
); the single-call mode (XZ_SINGLE)
187
* Multi-call mode with dynamically allocated dictionary (
XZ_DYNALLOC
):
xz_private.h
79
# define DEC_IS_DYNALLOC(mode) ((mode) ==
XZ_DYNALLOC
)
Completed in 180 milliseconds