Searched refs:GetStreamCompressor (Results 1 – 2 of 2) sorted by relevance
364 z_stream* GetStreamCompressor(SpdyStreamId id);
1164 z_stream* SpdyFramer::GetStreamCompressor(SpdyStreamId stream_id) { in GetStreamCompressor() function in spdy::SpdyFramer1211 z_stream* compressor = GetStreamCompressor(frame.stream_id()); in CompressDataFrame()