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

/freebsd-current/usr.bin/gzip/
H A Dunpack.c81 char *symbol_eob; /* Pointer to the EOB symbol */ member in struct:__anon6450
213 /* Allocate for the symbol table, point symbol_eob at the beginning */
214 unpackd->symbol_eob = unpackd->symbol = calloc(1, unpackd->symbol_size);
229 unpackd->tree[i] = unpackd->symbol_eob;
233 *unpackd->symbol_eob++ = (char)thisbyte;
293 if ((thissymbol == unpackd->symbol_eob) &&

Completed in 104 milliseconds