Searched refs:compare_buf (Results 1 – 1 of 1) sorted by relevance
297 void *compare_buf = NULL; in run_test() local311 compare_buf = malloc(uncompressed_size); in run_test()312 errcheck(compare_buf != NULL); in run_test()344 memset(compare_buf, 'A', TEST_BUFFER_SIZE); in run_test()346 compare_buf, compressed_size - 1, in run_test()348 errcheck(((char *)compare_buf)[compressed_size] == 'A'); in run_test()353 memset(compare_buf, 'A', TEST_BUFFER_SIZE); in run_test()355 compare_buf, uncompressed_size - 1, in run_test()357 errcheck(((char *)compare_buf)[uncompressed_size - 1] == 'A'); in run_test()367 free(compare_buf); in run_test()