blast.c | 179 * Huffman code for n symbols, construct the tables required to decode those 191 local int construct(struct huffman *h, const unsigned char *rep, int n) function in typeref:typename:local int 317 construct(&litcode, litlen, sizeof(litlen)); 318 construct(&lencode, lenlen, sizeof(lenlen)); 319 construct(&distcode, distlen, sizeof(distlen));
|