Home | History | Annotate | Download | only in lib

Lines Matching refs:DEFLATE

3593         else if(checkprefix("deflate", start)) {
3594 k->auto_decoding = DEFLATE;
3616 * gzip, deflate, compress, x-gzip and x-compress. x-gzip and
3631 else if(checkprefix("deflate", start))
3632 k->auto_decoding = DEFLATE;