OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XZ_MEMLIMIT_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/lzma/xz-embedded/
xz.h
82
* @
XZ_MEMLIMIT_ERROR
: A bigger LZMA2 dictionary would be needed than
117
XZ_MEMLIMIT_ERROR
,
184
*
XZ_MEMLIMIT_ERROR
. Thus, it is important to know what kind of data will be
xz_dec_test.c
147
case
XZ_MEMLIMIT_ERROR
:
148
printk(KERN_INFO DEVICE_NAME ":
XZ_MEMLIMIT_ERROR
\n");
xz_dec_lzma2.c
1139
return
XZ_MEMLIMIT_ERROR
;
/system/update_engine/payload_consumer/
xz_extent_writer.cc
41
__XZ_ERROR_STRING_CASE(
XZ_MEMLIMIT_ERROR
)
/external/toybox/toys/pending/
xzcat.c
41
* @
XZ_MEMLIMIT_ERROR
: A bigger LZMA2 dictionary would be needed than
67
XZ_MEMLIMIT_ERROR
,
272
case
XZ_MEMLIMIT_ERROR
:
399
* XZ_OK on success,
XZ_MEMLIMIT_ERROR
if the preallocated dictionary is not
[
all
...]
Completed in 270 milliseconds