trees.c | 492 pqdownheap(s, tree, SMALLEST); \ 509 local void pqdownheap(deflate_state *s, ct_data *tree, int k) { function in typeref:typename:local void 667 for (n = s->heap_len/2; n >= 1; n--) pqdownheap(s, tree, n); 693 pqdownheap(s, tree, SMALLEST);
|