Searched refs:CILEN_BSD_COMPRESS (Results 1 – 5 of 5) sorted by relevance
538 opt_buf[1] = CILEN_BSD_COMPRESS;540 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)586 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)640 p[1] = CILEN_BSD_COMPRESS;643 p += CILEN_BSD_COMPRESS; /* not the first option */646 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);648 p += CILEN_BSD_COMPRESS;726 if (len < CILEN_BSD_COMPRESS727 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS733 p += CILEN_BSD_COMPRESS;[all …]
115 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
384 if (opt_len < CILEN_BSD_COMPRESS385 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
140 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
480 if (db->hsize == 0 || opt_len < CILEN_BSD_COMPRESS || in bsd_init()482 options[1] != CILEN_BSD_COMPRESS || in bsd_init()