pqdownheap 144 other-licenses/zlib/trees.c local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); pqdownheap 438 other-licenses/zlib/trees.c pqdownheap(s, tree, SMALLEST); \ pqdownheap 662 other-licenses/zlib/trees.c for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); pqdownheap 688 other-licenses/zlib/trees.c pqdownheap(s, tree, SMALLEST);