Home
last modified time | relevance | path

Searched refs:open_cb (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_archive_read_open2.c28 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()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c422 static void open_cb(uv_fs_t* req) { in open_cb() function
940 r = uv_fs_open(loop, &open_req1, "test_file2", O_RDWR, 0, open_cb); in TEST_IMPL()
952 r = uv_fs_open(loop, &open_req1, "test_file2", O_RDONLY, 0, open_cb); in TEST_IMPL()