Searched refs:symbol_eob (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/gzip/
H A Dunpack.c80 char *symbol_eob; /* Pointer to the EOB symbol */ member in struct:__anon11434
210 /* Allocate for the symbol table, point symbol_eob at the beginning */
211 unpackd->symbol_eob = unpackd->symbol = calloc(1, unpackd->symbol_size);
226 unpackd->tree[i] = unpackd->symbol_eob;
230 *unpackd->symbol_eob++ = (char)thisbyte;
287 if ((thissymbol == unpackd->symbol_eob) &&

Completed in 57 milliseconds