Searched refs:lzo1x_decompress_safe (Results 1 – 3 of 3) sorted by relevance
3 lzo_decompress-objs := lzo1x_decompress_safe.o
39 int lzo1x_decompress_safe(const unsigned char *in, size_t in_len, in lzo1x_decompress_safe() function291 EXPORT_SYMBOL_GPL(lzo1x_decompress_safe);
235 r = lzo1x_decompress_safe((u8 *) in_buf, src_len, in unlzo()