Home
last modified time | relevance | path

Searched refs:baton2 (Results 1 – 16 of 16) sorted by relevance

/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddeprecated.c123 struct fns_wrapper_baton **baton2, in wrap_diff_fns() argument
139 *baton2 = apr_palloc(result_pool, sizeof (**baton2)); in wrap_diff_fns()
140 (*baton2)->old_baton = baton; in wrap_diff_fns()
141 (*baton2)->vtable = diff_fns; in wrap_diff_fns()
H A Ddiff_tree.c1242 void *baton2; member
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2), in tee_dir_opened()
1318 db->baton2, in tee_dir_added()
1346 db->baton2, in tee_dir_deleted()
1383 db->baton2, in tee_dir_changed()
1410 db->baton2, in tee_dir_closed()
1443 SVN_ERR(tb->p2->file_opened(&(nb->baton2), in tee_file_opened()
1492 fb->baton2, in tee_file_added()
1522 fb->baton2, in tee_file_deleted()
1567 fb->baton2, in tee_file_changed()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddeprecated.c123 struct fns_wrapper_baton **baton2, in wrap_diff_fns() argument
139 *baton2 = apr_palloc(result_pool, sizeof (**baton2)); in wrap_diff_fns()
140 (*baton2)->old_baton = baton; in wrap_diff_fns()
141 (*baton2)->vtable = diff_fns; in wrap_diff_fns()
H A Ddiff_tree.c1242 void *baton2; member
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2), in tee_dir_opened()
1318 db->baton2, in tee_dir_added()
1346 db->baton2, in tee_dir_deleted()
1383 db->baton2, in tee_dir_changed()
1410 db->baton2, in tee_dir_closed()
1443 SVN_ERR(tb->p2->file_opened(&(nb->baton2), in tee_file_opened()
1492 fb->baton2, in tee_file_added()
1522 fb->baton2, in tee_file_deleted()
1567 fb->baton2, in tee_file_changed()
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_diff/
H A Ddeprecated.c123 struct fns_wrapper_baton **baton2, in wrap_diff_fns() argument
139 *baton2 = apr_palloc(result_pool, sizeof (**baton2)); in wrap_diff_fns()
140 (*baton2)->old_baton = baton; in wrap_diff_fns()
141 (*baton2)->vtable = diff_fns; in wrap_diff_fns()
H A Ddiff_tree.c1242 void *baton2; member
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2), in tee_dir_opened()
1318 db->baton2, in tee_dir_added()
1346 db->baton2, in tee_dir_deleted()
1383 db->baton2, in tee_dir_changed()
1410 db->baton2, in tee_dir_closed()
1443 SVN_ERR(tb->p2->file_opened(&(nb->baton2), in tee_file_opened()
1492 fb->baton2, in tee_file_added()
1522 fb->baton2, in tee_file_deleted()
1567 fb->baton2, in tee_file_changed()
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_diff/
H A Ddeprecated.c123 struct fns_wrapper_baton **baton2, in wrap_diff_fns() argument
139 *baton2 = apr_palloc(result_pool, sizeof (**baton2)); in wrap_diff_fns()
140 (*baton2)->old_baton = baton; in wrap_diff_fns()
141 (*baton2)->vtable = diff_fns; in wrap_diff_fns()
H A Ddiff_tree.c1242 void *baton2; member
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2), in tee_dir_opened()
1318 db->baton2, in tee_dir_added()
1346 db->baton2, in tee_dir_deleted()
1383 db->baton2, in tee_dir_changed()
1410 db->baton2, in tee_dir_closed()
1443 SVN_ERR(tb->p2->file_opened(&(nb->baton2), in tee_file_opened()
1492 fb->baton2, in tee_file_added()
1522 fb->baton2, in tee_file_deleted()
1567 fb->baton2, in tee_file_changed()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/executors/test/
H A DMeteredExecutorTest.cpp117 folly::Baton baton1, baton2, baton3; in TEST_F() local
131 baton2.post(); in TEST_F()
146 baton2.wait(); in TEST_F()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DInstrumentationTest.cpp429 folly::Baton baton2; in TEST_F() local
435 baton2.wait(); in TEST_F()
453 baton2.post(); in TEST_F()
746 folly::Baton baton2; in TEST_F() local
756 baton2.post(); in TEST_F()
760 baton2.wait(); in TEST_F()
H A DInteractionTest.cpp694 folly::coro::Baton& baton2, folly::coro::Baton& baton3) in TEST()
695 : baton2_(baton2), baton3_(baton3) {} in TEST()
719 return std::make_unique<SerialAdditionHandler>(baton2, baton3); in TEST()
726 folly::coro::Baton baton1, baton2, baton3; in TEST() member
752 handler->baton2.post(); in TEST()
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/coro/test/
H A DCollectTest.cpp107 folly::coro::Baton baton2; in TEST_F() local
120 co_await baton2; in TEST_F() local
142 baton2.post(); in TEST_F()
1934 co_await baton2; in TEST_F() local
1954 baton2.post(); in TEST_F()
2165 co_await baton2; in TEST_F() local
2187 baton2.post(); in TEST_F()
2408 co_await baton2; in TEST_F() local
2433 baton2.post(); in TEST_F()
2679 co_await baton2; in TEST_F() local
[all …]
H A DTaskTest.cpp162 coro::Baton baton2; in parentRequest() local
174 baton2.post(); in parentRequest()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/rocket/test/
H A DStreamingTest.cpp268 folly::fibers::Baton baton2; in TEST_F() local
276 baton2.post(); in TEST_F()
284 baton2.wait(); in TEST_F()
/dports/devel/folly/folly-2021.12.27.00/folly/fibers/test/
H A DFibersTest.cpp1356 folly::fibers::Baton baton2; in TEST() local
1378 baton2.wait(); in TEST()
1422 baton2.post(); in TEST()
1541 Baton baton2; in TEST() local
1556 baton2.post(); in TEST()
1559 baton2.wait(); in TEST()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/server/
H A DThriftServerTest.cpp1199 folly::Baton baton2; in TEST_P() local
1206 baton2.wait(); in TEST_P()
1220 baton2.post(); in TEST_P()
1255 folly::Baton baton2; in TEST_P() local
1262 baton2.wait(); in TEST_P()
1289 baton2.post(); in TEST_P()