Searched refs:dump_buf_sz (Results 1 – 2 of 2) sorted by relevance
7 static size_t dump_buf_sz; variable67 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()78 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_split()
133 size_t dump_buf_sz; member147 t->dump_buf_file = open_memstream(&t->dump_buf, &t->dump_buf_sz); in test_ctx__init()176 t->dump_buf[t->dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_ctx__dump_and_compare()