Home | History | Annotate | Download | only in src

Lines Matching full:trees

271 - Update trees.c to be able to generate modified trees.h
362 - Avoid use of "eof" parameter in trees.c to not shadow library variable
513 - Add ush casts in trees.c to avoid pedantic runtime errors
531 - Add Z_TREES flush option to inflate() to return at end of trees
581 trees.c, according to the txtvsbin.txt document [Truta]
611 - Do not initialize global static by default in trees.c, add a response
638 - Add cast in trees.c t avoid a warning [Oberhumer]
678 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
706 - Use a new algorithm for setting strm->data_type in trees.c [Truta]
723 - Fix trees.c to update strm->data_type (no one ever noticed!)
783 - Cast a type in a debug statement in trees.c
965 - Remove MAX #define in trees.c (conflicted with some libraries)
1034 - initialize static descriptors in trees.c for embedded targets (Nick Smith)
1040 - cleanup trees.c, use compressed_len only in debug mode (Christian Spieler)
1120 - use constant arrays for the static trees in trees.c instead of computing
1122 trees.h, compile with GEN_TREES_H and run "make test".
1277 - static_init_done in trees.c is an int
1373 - avoid reserved word 'new' in trees.c