Home
last modified time | relevance | path

Searched refs:length_before (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/compression/
Dmessage_compress.cc95 size_t length_before = output->length; in zlib_compress() local
108 output->length = length_before; in zlib_compress()
120 size_t length_before = output->length; in zlib_decompress() local
132 output->length = length_before; in zlib_decompress()