ccp_test
res = ccp_test(f->unit, pv, CILEN_DEFLATE, 1);
res = ccp_test(f->unit, pv, CILEN_BSD_COMPRESS, 1);
ccp_test(f->unit, pv, CILEN_PREDICTOR_1, 1) <= 0) {
ccp_test(f->unit, p, CILEN_PREDICTOR_2, 1) <= 0) {
if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
extern int ccp_test __P((int, u_char *, int, int));