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

  /src/common/dist/zlib/
deflate.h 256 uInt sym_end; /* symbol table full when sym_next reaches this */ member in struct:internal_state
340 flush = (s->sym_next == s->sym_end); \
350 flush = (s->sym_next == s->sym_end); \
359 flush = (s->sym_next == s->sym_end); \
370 flush = (s->sym_next == s->sym_end); \
deflate.h 256 uInt sym_end; /* symbol table full when sym_next reaches this */ member in struct:internal_state
340 flush = (s->sym_next == s->sym_end); \
350 flush = (s->sym_next == s->sym_end); \
359 flush = (s->sym_next == s->sym_end); \
370 flush = (s->sym_next == s->sym_end); \

Completed in 68 milliseconds