Lines Matching refs:baton

53 /* baton for traversal_info_update */
63 traversal_info_update(void *baton,
72 struct traversal_info_update_baton *ub = baton;
76 /* We make the abspath relative by retrieving the access baton
211 void *baton;
225 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
236 return wrb->reporter->delete_path(wrb->baton, path, pool);
251 return wrb->reporter->link_path(wrb->baton, path, url, revision,
261 return wrb->reporter->finish_report(wrb->baton, pool);
270 return wrb->reporter->abort_report(wrb->baton, pool);
324 wrb.baton = report_baton;
342 /* Wrapped func/baton. */
344 void *baton;
349 svn_wc__compat_notify_baton_t), passing BATON->baton and the appropriate
352 compat_call_notify_func(void *baton,
356 struct compat_notify_baton_t *nb = baton;
359 (*nb->func)(nb->baton, n->path, n->action, n->kind, n->mime_type,
373 void *baton;
386 return wrb->reporter->set_path(wrb->baton, path, revision, start_empty,
397 return wrb->reporter->delete_path(wrb->baton, path, pool);
411 return wrb->reporter->link_path(wrb->baton, path, url, revision,
421 return wrb->reporter->finish_report(wrb->baton, pool);
430 return wrb->reporter->abort_report(wrb->baton, pool);
458 wrb.baton = report_baton;
461 nb.baton = notify_baton;
551 void *baton,
566 SVN_ERR(svn_wc_transmit_prop_deltas2(wc_ctx, local_abspath, editor, baton,
973 nb.baton = notify_baton;
1029 /* Make sure the caller gets the new access baton in the set. */
1042 /* Open the access baton in adm_access' pool to give it the same
1086 nb.baton = notify_baton;
1206 nb.baton = notify_baton;
1294 nb.baton = notify_baton;
1438 void *baton;
1467 b->baton));
1471 b->baton));
1500 mimetype1, mimetype2, b->baton));
1504 b->baton));
1531 b->baton);
1548 return b->callbacks->dir_added(adm_access, state, path, rev, b->baton);
1564 return b->callbacks->dir_deleted(adm_access, state, path, b->baton);
1583 originalprops, b->baton);
1638 void *baton;
1667 propchanges, originalprops, b->baton);
1696 originalprops, b->baton);
1720 originalprops, b->baton);
1738 return b->callbacks2->dir_added(adm_access, state, path, rev, b->baton);
1755 return b->callbacks2->dir_deleted(adm_access, state, path, b->baton);
1775 originalprops, b->baton);
1796 void *baton;
1845 propchanges, originalprops, b->baton);
1883 propchanges, originalprops, b->baton);
1914 b->baton);
1942 rev, b->baton);
1965 b->baton);
1993 b->baton);
2020 rev, b->baton);
2046 b->baton);
2143 b->baton = callback_baton;
2191 b->baton = callback_baton;
2256 b->baton = callback_baton;
2301 b->baton = callback_baton;
2332 b->baton = callback_baton;
2363 b->baton = callback_baton;
2606 /* baton for conflict_func_1to2_wrapper */
2618 void *baton,
2622 struct conflict_func_1to2_baton *btn = baton;
2925 status4_wrapper_func(void *baton,
2930 struct status4_wrapper_baton *swb = baton;
3078 status_editor3_compat_func(void *baton,
3083 struct status_editor3_compat_baton *secb = baton;
3107 /* This baton must live beyond this function. Alloc on heap. */
3170 static void old_status_func_cb(void *baton,
3174 struct old_status_func_cb_baton *b = baton;
3702 NULL, NULL, /* fetch_dirents_func, baton */
3758 /* This baton must live beyond this function. Alloc on heap. */
3762 nb->baton = notify_baton;
3885 NULL, NULL, /* fetch_dirents_func, baton */
3945 /* This baton must live beyond this function. Alloc on heap. */
3949 nb->baton = notify_baton;
4242 /* Compatibility baton and wrapper. */
4245 void *baton;
4248 /* Compatibility baton and wrapper. */
4251 void *baton;
4256 compat2_validator(void *baton,
4262 struct compat2_baton *cb = baton;
4264 return cb->validator(cb->baton, uuid,
4271 compat_validator(void *baton,
4277 struct compat_baton *cb = baton;
4280 return cb->validator(cb->baton, uuid, url);
4297 cb.baton = validator_baton;
4316 cb.baton = validator_baton;
4548 nb.baton = notify_baton;