Lines Matching refs:trees
417 - Update trees.c to be able to generate modified trees.h
508 - Avoid use of "eof" parameter in trees.c to not shadow library variable
659 - Add ush casts in trees.c to avoid pedantic runtime errors
677 - Add Z_TREES flush option to inflate() to return at end of trees
727 trees.c, according to the txtvsbin.txt document [Truta]
757 - Do not initialize global static by default in trees.c, add a response
784 - Add cast in trees.c t avoid a warning [Oberhumer]
824 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
852 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
869 - Fix trees.c to update strm->data_type (no one ever noticed!)
929 - Cast a type in a debug statement in trees.c
1111 - Remove MAX #define in trees.c (conflicted with some libraries)
1180 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
1186 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
1266 - use constant arrays for the static trees in trees.c instead of computing
1268 trees.h, compile with GEN_TREES_H and run "make test"
1423 - static_init_done in trees.c is an int
1519 - avoid reserved word 'new' in trees.c