Searched refs:lzorle1x_1_compress (Results 1 – 3 of 3) sorted by relevance
28 int lzorle1x_1_compress(const unsigned char *src, size_t src_len,
375 int lzorle1x_1_compress(const unsigned char *in, size_t in_len, in lzorle1x_1_compress() function384 EXPORT_SYMBOL_GPL(lzorle1x_1_compress);
58 err = lzorle1x_1_compress(src, slen, dst, &tmp_len, ctx); in __lzorle_compress()