Lines Matching refs:trees
377 - Update trees.c to be able to generate modified trees.h
468 - Avoid use of "eof" parameter in trees.c to not shadow library variable
619 - Add ush casts in trees.c to avoid pedantic runtime errors
637 - Add Z_TREES flush option to inflate() to return at end of trees
687 trees.c, according to the txtvsbin.txt document [Truta]
717 - Do not initialize global static by default in trees.c, add a response
744 - Add cast in trees.c t avoid a warning [Oberhumer]
784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
812 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
829 - Fix trees.c to update strm->data_type (no one ever noticed!)
889 - Cast a type in a debug statement in trees.c
1071 - Remove MAX #define in trees.c (conflicted with some libraries)
1140 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
1146 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
1226 - use constant arrays for the static trees in trees.c instead of computing
1228 trees.h, compile with GEN_TREES_H and run "make test"
1383 - static_init_done in trees.c is an int
1479 - avoid reserved word 'new' in trees.c