HomeSort by: relevance | last modified time | path
    Searched defs:symbol_eob (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/gzip/
unpack.c 81 char *symbol_eob; /* Pointer to the EOB symbol */ member in struct:__anon8251
242 /* Allocate for the symbol table, point symbol_eob at the beginning */
243 unpackd->symbol_eob = unpackd->symbol = calloc(1, unpackd->symbol_size);
258 unpackd->tree[i] = unpackd->symbol_eob;
263 *unpackd->symbol_eob++ = (char)thisbyte;
324 if ((thissymbol == unpackd->symbol_eob) &&

Completed in 16 milliseconds