Searched refs:XZ_MEMLIMIT_ERROR (Results 1 - 4 of 4) sorted by relevance

/external/lzma/xz-embedded/
H A Dxz.h82 * @XZ_MEMLIMIT_ERROR: A bigger LZMA2 dictionary would be needed than
117 XZ_MEMLIMIT_ERROR, enumerator in enum:xz_ret
184 * XZ_MEMLIMIT_ERROR. Thus, it is important to know what kind of data will be
H A Dxz_dec_test.c147 case XZ_MEMLIMIT_ERROR:
148 printk(KERN_INFO DEVICE_NAME ": XZ_MEMLIMIT_ERROR\n");
H A Dxz_dec_lzma2.c1139 return XZ_MEMLIMIT_ERROR;
/external/toybox/toys/pending/
H A Dxzcat.c41 * @XZ_MEMLIMIT_ERROR: A bigger LZMA2 dictionary would be needed than
67 XZ_MEMLIMIT_ERROR, enumerator in enum:xz_ret
272 case XZ_MEMLIMIT_ERROR:
399 * XZ_OK on success, XZ_MEMLIMIT_ERROR if the preallocated dictionary is not
2274 return XZ_MEMLIMIT_ERROR;

Completed in 390 milliseconds