Lines Matching full:compressed
536 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
570 if (compressed) {
578 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
610 if (compressed) {
688 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
720 if (compressed) {
1090 // The data frame was not compressed.
1287 LOG(DFATAL) << "Couldn't get decompressor for handling compressed headers.";
1451 // Data packets have a 'compressed' flag.
1460 // This way, all Valgrind reports on the compressed data are zlib's fault.
1466 if (rv != Z_OK) { // How can we know that it compressed everything?
1544 // Unset the compressed flag for data frames.