Lines Matching refs:res
606 int res;
621 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
622 if (res > 0) {
626 if (res < 0 || go->deflate_size <= DEFLATE_MIN_SIZE+1) {
650 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
651 if (res > 0) {
655 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
937 int ret, newret, res;
1004 res = ccp_test(f->unit, pv, CILEN_DEFLATE, 1);
1005 if (res > 0)
1007 if (res < 0 || nb <= DEFLATE_MIN_SIZE+1 || dont_nak) {
1061 res = ccp_test(f->unit, pv, CILEN_BSD_COMPRESS, 1);
1062 if (res > 0)
1064 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {