Lines Matching refs:trees
420 - Update trees.c to be able to generate modified trees.h
511 - Avoid use of "eof" parameter in trees.c to not shadow library variable
662 - Add ush casts in trees.c to avoid pedantic runtime errors
680 - Add Z_TREES flush option to inflate() to return at end of trees
730 trees.c, according to the txtvsbin.txt document [Truta]
760 - Do not initialize global static by default in trees.c, add a response
787 - Add cast in trees.c t avoid a warning [Oberhumer]
827 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
855 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
872 - Fix trees.c to update strm->data_type (no one ever noticed!)
932 - Cast a type in a debug statement in trees.c
1114 - Remove MAX #define in trees.c (conflicted with some libraries)
1183 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
1189 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
1269 - use constant arrays for the static trees in trees.c instead of computing
1271 trees.h, compile with GEN_TREES_H and run "make test"
1426 - static_init_done in trees.c is an int
1522 - avoid reserved word 'new' in trees.c