HomeSort by: relevance | last modified time | path
    Searched defs:open_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/test/
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...]
  /src/external/mit/libuv/dist/test/
test-fs.c 431 static void open_cb(uv_fs_t* req) { function
985 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDWR, 0, open_cb);
997 r = uv_fs_open(loop, &open_req1, "test_file2", UV_FS_O_RDONLY, 0, open_cb);

Completed in 25 milliseconds