Lines Matching refs:cichar
1267 u_char *p0, *optend, cichar; local
1321 GETCHAR(cichar, p);
1322 printer(arg, " %d", DEFLATE_SIZE(cichar));
1323 if (DEFLATE_METHOD(cichar) != DEFLATE_METHOD_VAL)
1324 printer(arg, " method %d", DEFLATE_METHOD(cichar));
1325 GETCHAR(cichar, p);
1326 if (cichar != DEFLATE_CHK_SEQUENCE)
1327 printer(arg, " check %d", cichar);
1335 GETCHAR(cichar, p);
1336 printer(arg, " v%d %d", BSD_VERSION(cichar),
1337 BSD_NBITS(cichar));
1357 GETCHAR(cichar, p);
1358 printer(arg, " h%d/m%d", cishort, cichar);