Searched defs:lzf_compress (Results 1 – 3 of 3) sorted by relevance
153 public int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) in lzf_compress() method in LZF.NET.CLZF
153 public static int lzf_compress (byte[] in_data, int in_len,byte[] out_data, int out_len) in lzf_compress() method in CLZF
99 lzf_compress (const void *const in_data, unsigned int in_len, in lzf_compress() function