Home
last modified time | relevance | path

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

/freebsd/stand/efi/loader/
H A Dmemdisk.c43 decomp_fini(ctx->dctx, true); in download_cleanup()
80 decomp_fini(dctx, true); in download_data()
106 decomp_fini(ctx->dctx, EFI_ERROR(Status)); in download_finish()
H A Ddecompress.h16 void decomp_fini(decomp_state *dctx, bool flush);
H A Ddecompress.c402 decomp_fini(decomp_state *dctx, bool flush) in decomp_fini() function