| test_archive_read_open2.c | 28 open_cb(struct archive *a, void *client) function 81 test(1, open_cb, NULL, NULL, NULL, 83 test(1, open_cb, read_cb, NULL, NULL, 85 test(1, open_cb, read_cb, skip_cb, NULL, 87 test(1, open_cb, read_cb, skip_cb, close_cb, 91 test(1, open_cb, read_cb, skip_cb, NULL, 100 test(0, open_cb, NULL, NULL, NULL, 102 test(0, open_cb, read_cb, NULL, NULL, 104 test(0, open_cb, read_cb, skip_cb, NULL, 106 test(0, open_cb, read_cb, skip_cb, close_cb [all...] |