Searched refs:open_cb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_open2.c | 28 open_cb(struct archive *a, void *client) in open_cb() function 81 test(1, open_cb, NULL, NULL, NULL, in DEFINE_TEST() 83 test(1, open_cb, read_cb, NULL, NULL, in DEFINE_TEST() 85 test(1, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 87 test(1, open_cb, read_cb, skip_cb, close_cb, in DEFINE_TEST() 91 test(1, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 100 test(0, open_cb, NULL, NULL, NULL, in DEFINE_TEST() 102 test(0, open_cb, read_cb, NULL, NULL, in DEFINE_TEST() 104 test(0, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 106 test(0, open_cb, read_cb, skip_cb, close_cb, in DEFINE_TEST()
|