Searched refs:single_src_buf (Results 1 – 1 of 1) sorted by relevance
430 uint8_t *single_src_buf = NULL; in compress_zlib() local469 single_src_buf = rte_malloc(NULL, in compress_zlib()471 if (single_src_buf == NULL) { in compress_zlib()479 single_src_buf) == NULL) { in compress_zlib()486 stream.next_in = single_src_buf; in compress_zlib()569 rte_free(single_src_buf); in compress_zlib()583 uint8_t *single_src_buf = NULL; in decompress_zlib() local606 single_src_buf = rte_malloc(NULL, in decompress_zlib()608 if (single_src_buf == NULL) { in decompress_zlib()620 single_src_buf) == NULL) { in decompress_zlib()[all …]