Lines Matching refs:single_dst_buf
431 uint8_t *single_dst_buf = NULL; in compress_zlib() local
496 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() local
612 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()
652 uint8_t *src_data = single_dst_buf; in decompress_zlib()