Searched refs:uncompress_block (Results 1 – 2 of 2) sorted by relevance
22 int (*uncompress_block)(void *ctx, const void *in, int in_bytes, void *out, int out_bytes); member251 if (!handle || !handle->proto || !handle->proto->uncompress_block) in tracecmd_uncompress_block()277 ret = handle->proto->uncompress_block(handle->context, in tracecmd_uncompress_block()560 new->uncompress_block = proto->uncompress; in tracecmd_compress_proto_register()873 if (!handle || !handle->proto || !handle->proto->uncompress_block || !chunk || !data) in tracecmd_uncompress_chunk()886 if (handle->proto->uncompress_block(handle->context, in tracecmd_uncompress_chunk()931 if (!handle || !handle->proto || !handle->proto->uncompress_block) in tracecmd_uncompress_copy_to()972 ret = handle->proto->uncompress_block(handle->context, bytes_in, s_compressed, in tracecmd_uncompress_copy_to()
318 static int uncompress_block(void) in uncompress_block() function781 if ((flags & TRACECMD_SEC_FL_COMPRESS) && uncompress_block()) in dump_sections()847 if ((flags & TRACECMD_SEC_FL_COMPRESS) && uncompress_block()) in dump_options_read()1078 if (uncompress_block()) in get_meta_strings()