Home | History | Annotate | Download | only in base

Lines Matching refs:deflate

13 #define MOZ_Z_deflate deflate
46 // CM \010 (compression method == DEFLATE)
49 // XFL 2-4? DEFLATE flags
57 ENCODE_GZIP, // Wrap the deflate with a GZip header.
58 ENCODE_DEFLATE // Raw deflate.
82 // Encode the data with deflate
115 // Compress the data in source with deflate encoding and write output to the
154 // Do deflate
241 // Basic scenario: decoding deflate data with big enough buffer.
336 // Decoding deflate stream with corrupted data.
361 // Decoding deflate stream with missing data.