Searched refs:dump_buf_file (Results 1 – 1 of 1) sorted by relevance
134 static FILE *dump_buf_file; variable143 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_dump_incremental()144 if (!ASSERT_OK_PTR(dump_buf_file, "dump_memstream")) in test_btf_dump_incremental()149 opts.ctx = dump_buf_file; in test_btf_dump_incremental()179 fflush(dump_buf_file); in test_btf_dump_incremental()204 fseek(dump_buf_file, 0, SEEK_SET); in test_btf_dump_incremental()218 fflush(dump_buf_file); in test_btf_dump_incremental()229 fclose(dump_buf_file); in test_btf_dump_incremental()