Searched refs:compare_buf (Results 1 – 1 of 1) sorted by relevance
308 void *compare_buf; member350 memset(buf->compare_buf, 'A', TEST_BUFFER_SIZE); in run_test_internal()352 buf->compare_buf, buf->compressed_size - 1, in run_test_internal()354 errcheck(((char *)buf->compare_buf)[buf->compressed_size] == 'A'); in run_test_internal()359 memset(buf->compare_buf, 'A', TEST_BUFFER_SIZE); in run_test_internal()361 buf->compare_buf, buf->uncompressed_size - 1, in run_test_internal()363 errcheck(((char *)buf->compare_buf)[buf->uncompressed_size - 1] == 'A'); in run_test_internal()392 buf->compare_buf = malloc(buf->uncompressed_size); in run_test()393 errcheck(buf->compare_buf); in run_test()399 free(buf->compare_buf); in run_test()