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

/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c84 char *symbol_eob; /* Pointer to the EOB symbol */ member in struct:__anon17274
216 /* Allocate for the symbol table, point symbol_eob at the beginning */
217 unpackd->symbol_eob = unpackd->symbol = calloc(1, unpackd->symbol_size);
232 unpackd->tree[i] = unpackd->symbol_eob;
236 *unpackd->symbol_eob++ = (char)thisbyte;
296 if ((thissymbol == unpackd->symbol_eob) &&

Completed in 31 milliseconds