Lines Matching refs:method
450 uint8_t method; member
650 if (h->method == M_LZO1X_1) in lzo_compress()
653 IF_LZOP_COMPR_HIGH(if (h->method == M_LZO1X_1_15)) in lzo_compress()
685 if (h->method == M_LZO1X_1) in lzo_compress()
687 else IF_LZOP_COMPR_HIGH(if (h->method == M_LZO1X_1_15)) in lzo_compress()
700 if (h->method == M_LZO1X_999) { in lzo_compress()
973 if (h->method <= 0) in read_header()
977 if (h->method == M_LZO1X_1) { in read_header()
980 } else if (h->method == M_LZO1X_1_15) { in read_header()
983 } else if (h->method == M_LZO1X_999) { in read_header()
1037 h->method = M_LZO1X_1; in lzo_set_method()
1041 h->method = M_LZO1X_1_15; in lzo_set_method()
1046 h->method = M_LZO1X_999; in lzo_set_method()
1075 if (!(option_mask32 & OPT_F) || h->method == M_LZO1X_999) { in do_lzo_compress()