snappy_uncompressed_length ( compressed compressed_length result -- snappy_status )


Vocabulary
compression.snappy.ffi

Inputs
compressedan object
compressed_lengthan object
resultan object


Outputs
snappy_statusan object


Definition


LIBRARY: snappy FUNCTION: snappy_status
snappy_uncompressed_length
( char* compressed, size_t compressed_length, size_t* result
)