Lines Matching refs:trees
468 - Update trees.c to be able to generate modified trees.h
559 - Avoid use of "eof" parameter in trees.c to not shadow library variable
710 - Add ush casts in trees.c to avoid pedantic runtime errors
728 - Add Z_TREES flush option to inflate() to return at end of trees
778 trees.c, according to the txtvsbin.txt document [Truta]
808 - Do not initialize global static by default in trees.c, add a response
835 - Add cast in trees.c t avoid a warning [Oberhumer]
875 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
903 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
920 - Fix trees.c to update strm->data_type (no one ever noticed!)
980 - Cast a type in a debug statement in trees.c
1162 - Remove MAX #define in trees.c (conflicted with some libraries)
1231 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
1237 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
1317 - use constant arrays for the static trees in trees.c instead of computing
1319 trees.h, compile with GEN_TREES_H and run "make test"
1474 - static_init_done in trees.c is an int
1570 - avoid reserved word 'new' in trees.c