bsd-comp.c | 464 struct bsd_dict *dictp; local in function:bsd_compress 566 dictp = &db->dict[hval]; 569 if (dictp->codem1 >= max_ent) 571 if (dictp->f.fcode == fcode) { 572 ent = dictp->codem1+1; 582 dictp = &db->dict[hval]; 583 if (dictp->codem1 >= max_ent) 585 } while (dictp->f.fcode != fcode); 586 ent = dictp->codem1 + 1; /* finally found (prefix,suffix) */ 606 dictp->codem1 = max_ent 672 struct bsd_dict *dictp; local in function:bsd_incomp 802 struct bsd_dict *dictp; local in function:bsd_decompress [all...] |