- snappy_compress
snappy_status snappy_compress(byte* input, size_t input_length, byte* compressed, size_t* compressed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snappy_max_compressed_length
size_t snappy_max_compressed_length(size_t source_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snappy_uncompress
snappy_status snappy_uncompress(byte* compressed, size_t compressed_length, byte* uncompressed, size_t* uncompressed_length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- snappy_uncompressed_length
snappy_status snappy_uncompressed_length(byte* compressed, size_t compressed_length, size_t* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.