Searched refs:single_dst_buf (Results 1 – 1 of 1) sorted by relevance
431 uint8_t *single_dst_buf = NULL; in compress_zlib() local496 single_dst_buf = rte_malloc(NULL, in compress_zlib()498 if (single_dst_buf == NULL) { in compress_zlib()505 stream.next_out = single_dst_buf; in compress_zlib()528 uint8_t *src_data = single_dst_buf; in compress_zlib()570 rte_free(single_dst_buf); in compress_zlib()584 uint8_t *single_dst_buf = NULL; in decompress_zlib() local612 single_dst_buf = rte_malloc(NULL, in decompress_zlib()614 if (single_dst_buf == NULL) { in decompress_zlib()629 stream.next_out = single_dst_buf; in decompress_zlib()[all …]