Lines Matching defs:tsdn
23 test_buf_writer_body(tsdn_t *tsdn, buf_writer_t *buf_writer) {
62 buf_writer_terminate(tsdn, buf_writer);
67 tsdn_t *tsdn = tsdn_fetch();
68 assert_false(buf_writer_init(tsdn, &buf_writer, test_write_cb, &arg,
71 test_buf_writer_body(tsdn, &buf_writer);
77 tsdn_t *tsdn = tsdn_fetch();
78 assert_false(buf_writer_init(tsdn, &buf_writer, test_write_cb, &arg,
80 test_buf_writer_body(tsdn, &buf_writer);
86 tsdn_t *tsdn = tsdn_fetch();
87 assert_true(buf_writer_init(tsdn, &buf_writer, test_write_cb, &arg,
118 buf_writer_terminate(tsdn, &buf_writer);
152 test_buf_writer_pipe_body(tsdn_t *tsdn, buf_writer_t *buf_writer) {
166 buf_writer_terminate(tsdn, buf_writer);
171 tsdn_t *tsdn = tsdn_fetch();
172 assert_false(buf_writer_init(tsdn, &buf_writer, test_write_cb, &arg,
175 test_buf_writer_pipe_body(tsdn, &buf_writer);
181 tsdn_t *tsdn = tsdn_fetch();
182 assert_true(buf_writer_init(tsdn, &buf_writer, test_write_cb, &arg,
184 test_buf_writer_pipe_body(tsdn, &buf_writer);