Home
last modified time | relevance | path

Searched refs:inflate_codes_td (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c99 huft_t *inflate_codes_td; member
142 #define inflate_codes_td (S()inflate_codes_td ) macro
247 huft_free(inflate_codes_td); in huft_free_all()
249 inflate_codes_td = NULL; in huft_free_all()
511 #define td inflate_codes_td
799 inflate_codes_td = huft_build(ll, 30, 0, &dist, &bd); in inflate_block()
802 inflate_codes_td = (void*)((uintptr_t)inflate_codes_td & ~(uintptr_t)1); in inflate_block()
938 inflate_codes_td = huft_build(ll + nl, nd, 0, &dist, &bd); in inflate_block()
939 if (BAD_HUFT(inflate_codes_td)) { in inflate_block()