Searched refs:XPRESS_Compress (Results 1 – 3 of 3) sorted by relevance
1220 inline bool XPRESS_Compress(const char* input, size_t length, in XPRESS_Compress() function1225 inline bool XPRESS_Compress(const char* /*input*/, size_t /*length*/, in XPRESS_Compress() function
137 return XPRESS_Compress(raw.data(), raw.size(), compressed_output); in CompressBlockInternal()
2406 ok = XPRESS_Compress(input.data(), in CompressSlice()