Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dgzip.c45 # define do_inflate(z) lzma_code (z, LZMA_RUN) macro
57 # define do_inflate(z) BZ2_bzDecompress (z) macro
263 while ((result = do_inflate (&z)) == Z (OK)); in unzip()