Lines Matching refs:single_src_buf
430 uint8_t *single_src_buf = NULL; in compress_zlib() local
469 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() local
606 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()
627 stream.next_in = single_src_buf; in decompress_zlib()