Searched refs:zip_data_buf_free (Results 1 – 3 of 3) sorted by relevance
99 zip_data_buf_free(decomp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_init()102 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_init()105 zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_init()115 zip_data_buf_free(comp_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_exit()116 zip_data_buf_free(comp_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_exit()118 zip_data_buf_free(dec_ctx->input, MAX_INPUT_BUFFER_SIZE); in zip_ctx_exit()119 zip_data_buf_free(dec_ctx->output, MAX_OUTPUT_BUFFER_SIZE); in zip_ctx_exit()
76 void zip_data_buf_free(u8 *ptr, u64 size);
109 void zip_data_buf_free(u8 *ptr, u64 size) in zip_data_buf_free() function