Lines Matching defs:stream
525 explicit AllocScope(CompressionStream* stream) : stream(stream) {}
526 ~AllocScope() { stream->AdjustAmountOfExternalAllocatedMemory(); }
527 CompressionStream* stream;
594 // to use the window size in the zlib header of the compressed stream.
896 // Acceptable error states depend on the type of zlib stream.
923 return ErrorForMessage("Failed to init stream before reset");
944 return ErrorForMessage("Failed to reset stream");
1080 return ErrorForMessage("Failed to init stream before set parameters");