bsd-comp.c | 804 u_int incode, oldcode, finchar; local in function:bsd_decompress 892 incode = accm >> tgtbitno; 896 if (incode == CLEAR) { 917 if (incode > max_ent + 2 || incode > db->maxmaxcode 918 || (incode > max_ent && oldcode == CLEAR)) { 922 db->unit, incode, oldcode); 930 if (incode > max_ent) { 934 finchar = incode; 997 db->unit, codelen, incode, max_ent) [all...] |