Lines Matching defs:res
552 int res;
661 res = ccp_test(pcb, opt_buf, CILEN_BSD_COMPRESS, 0);
662 if (res > 0) {
664 } else if (res < 0) {
687 res = ccp_test(pcb, opt_buf, CILEN_DEFLATE, 0);
688 if (res > 0) {
690 } else if (res < 0) {
707 res = ccp_test(pcb, opt_buf, CILEN_DEFLATE, 0);
708 if (res > 0) {
710 } else if (res < 0) {
1111 int res;
1263 res = ccp_test(pcb, p, CILEN_DEFLATE, 1);
1264 if (res > 0)
1266 if (res < 0 || nb == DEFLATE_MIN_WORKS || dont_nak) {
1305 res = ccp_test(pcb, p, CILEN_BSD_COMPRESS, 1);
1306 if (res > 0)
1308 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {