Searched refs:open_cb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_read_open2.c | 29 open_cb(struct archive *a, void *client) in open_cb() function 82 test(1, open_cb, NULL, NULL, NULL, in DEFINE_TEST() 84 test(1, open_cb, read_cb, NULL, NULL, in DEFINE_TEST() 86 test(1, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 88 test(1, open_cb, read_cb, skip_cb, close_cb, in DEFINE_TEST() 92 test(1, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 101 test(0, open_cb, NULL, NULL, NULL, in DEFINE_TEST() 103 test(0, open_cb, read_cb, NULL, NULL, in DEFINE_TEST() 105 test(0, open_cb, read_cb, skip_cb, NULL, in DEFINE_TEST() 107 test(0, open_cb, read_cb, skip_cb, close_cb, in DEFINE_TEST()
|